jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/ImageIcon/props.d.ts
2024-11-15 11:51:28 +08:00

6 lines
187 B
TypeScript

import { IBaseProps } from '../_util/base';
export interface ImageIconProps extends IBaseProps {
image: string;
}
export declare const ImageIconDefaultProps: Partial<ImageIconProps>;