- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias ColorPickerProps
ColorPickerProps: { color: string; footer?: ReactElement; onChange?: any; } & Omit<CoreViewProps, "onChange">
Type declaration
-
color: string
-
Optional
footer?: ReactElement
-
Optional
onChange?: any