diff --git a/types/list/list-item.d.ts b/types/list/list-item.d.ts index 7301f71a8..416e3d114 100644 --- a/types/list/list-item.d.ts +++ b/types/list/list-item.d.ts @@ -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,