UNPKG

react-data-entry

Version:
21 lines (20 loc) 520 B
type Props = { data: { message?: string; label?: string; labelWidth?: string; required?: boolean; direction?: "row" | "column"; width?: string; [key: string]: any; }; field: { name: string; value: string; onChange: (e: any) => void; [key: string]: any; }; size?: "large" | "middle" | "small"; }; declare const CColorPicker: (props: Props) => import("react/jsx-runtime").JSX.Element; export default CColorPicker;