Update list-item.d.ts (#569)
parent
ff8eb937a9
commit
aac5e5677a
|
@ -6,7 +6,7 @@ import { AntdComponent } from '../component';
|
||||||
import { Meta } from '../meta';
|
import { Meta } from '../meta';
|
||||||
|
|
||||||
export declare class ListItem extends AntdComponent {
|
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,
|
* The actions content of list item. If itemLayout is vertical, shows the content on bottom,
|
||||||
|
|
Loading…
Reference in New Issue