UNPKG

@rc-component/color-picker

Version:
9 lines (8 loc) 197 B
import type { FC } from 'react'; type HandlerSize = 'default' | 'small'; declare const Handler: FC<{ size?: HandlerSize; color?: string; prefixCls?: string; }>; export default Handler;