UNPKG

condition-editor

Version:
22 lines (21 loc) 365 B
/// <reference types="react" /> export type IconComponentProps = { /** * 宽度 * @default "1em" */ width?: string | number; /** * 高度 * @default "1em" */ height?: string | number; /** * 样式类名 */ className?: string; /** * 自定义样式 */ style?: React.CSSProperties; };