diff --git a/components/empty/index.tsx b/components/empty/index.tsx index 508d555bd3..923e6a3deb 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 | React.ReactNode; - description?: string | React.ReactNode; + image?: React.ReactNode; + description?: React.ReactNode; children?: React.ReactNode; }