UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 275 B
import { FC } from 'react'; export type ColorPickerProps = { color?: string; disableAlpha?: boolean; onChange?: (color: string) => void; className?: string; }; export declare const ColorPicker: FC<ColorPickerProps>; //# sourceMappingURL=color-picker.d.ts.map