diff --git a/components/image/index.tsx b/components/image/index.tsx index 3a5973a51e..0e603bd897 100644 --- a/components/image/index.tsx +++ b/components/image/index.tsx @@ -9,4 +9,6 @@ const Image: React.FC = ({ prefixCls: customizePrefixCls, ...otherPr return ; }; +export { ImageProps }; + export default Image;