We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8eb93 commit aac5e56Copy full SHA for aac5e56
types/list/list-item.d.ts
@@ -6,7 +6,7 @@ import { AntdComponent } from '../component';
6
import { Meta } from '../meta';
7
8
export declare class ListItem extends AntdComponent {
9
- static Meta: Meta;
+ static Meta: typeof Meta;
10
11
/**
12
* The actions content of list item. If itemLayout is vertical, shows the content on bottom,
0 commit comments