mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
feat(type): export ImageProps interface (#27846)
This commit is contained in:
parent
c04e51048d
commit
4aa06ca28b
@ -9,4 +9,6 @@ const Image: React.FC<ImageProps> = ({ prefixCls: customizePrefixCls, ...otherPr
|
|||||||
return <RcImage prefixCls={prefixCls} {...otherProps} />;
|
return <RcImage prefixCls={prefixCls} {...otherProps} />;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export { ImageProps };
|
||||||
|
|
||||||
export default Image;
|
export default Image;
|
||||||
|
Loading…
Reference in New Issue
Block a user