🔨 tweak typescript types

pull/14312/head
afc163 6 years ago
parent 1f87132b36
commit e39de50b4a
No known key found for this signature in database
GPG Key ID: 5F00908D72002306

@ -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;
}

Loading…
Cancel
Save