mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +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} />;
|
||||
};
|
||||
|
||||
export { ImageProps };
|
||||
|
||||
export default Image;
|
||||
|
Loading…
Reference in New Issue
Block a user