From aac5e5677a83f992071658788bdb3dd70c004ea4 Mon Sep 17 00:00:00 2001 From: hongfei hu Date: Mon, 11 Mar 2019 14:40:59 +0800 Subject: [PATCH] Update list-item.d.ts (#569) --- types/list/list-item.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,