diff --git a/components/empty/index.tsx b/components/empty/index.tsx index 229dd050b5..508d555bd3 100644 --- a/components/empty/index.tsx +++ b/components/empty/index.tsx @@ -11,8 +11,8 @@ export interface EmptyProps { prefixCls?: string; className?: string; style?: React.CSSProperties; - image?: string; - description?: React.ReactNode; + image?: string | React.ReactNode; + description?: string | React.ReactNode; children?: React.ReactNode; }