UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

6 lines (5 loc) 187 B
import { IBaseProps } from '../_util/base'; export interface ImageIconProps extends IBaseProps { image: string; } export declare const ImageIconDefaultProps: Partial<ImageIconProps>;