Browse Source

Update list-item.d.ts (#569)

pull/575/head
hongfei hu 6 years ago committed by tangjinzhou
parent
commit
aac5e5677a
  1. 2
      types/list/list-item.d.ts

2
types/list/list-item.d.ts vendored

@ -6,7 +6,7 @@ import { AntdComponent } from '../component';
import { Meta } from '../meta';
export declare class ListItem extends AntdComponent {
static Meta: Meta;
static Meta: typeof Meta;
/**
* The actions content of list item. If itemLayout is vertical, shows the content on bottom,

Loading…
Cancel
Save