Skip to content

Commit aac5e56

Browse files
hudianlao48tangjinzhou
authored andcommitted
Update list-item.d.ts (#569)
1 parent ff8eb93 commit aac5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/list/list-item.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { AntdComponent } from '../component';
66
import { Meta } from '../meta';
77

88
export declare class ListItem extends AntdComponent {
9-
static Meta: Meta;
9+
static Meta: typeof Meta;
1010

1111
/**
1212
* The actions content of list item. If itemLayout is vertical, shows the content on bottom,

0 commit comments

Comments
 (0)