@univerjs/design v0.5.0-beta.1 • Docs
Interface: IColorPickerProps
Properties
Property | Type | Defined in |
---|---|---|
color? | string | submodules/univer/packages/design/src/components/color-picker/ColorPicker.tsx:25 |
onChange? | (value : string ) => void | submodules/univer/packages/design/src/components/color-picker/ColorPicker.tsx:29 |
onClick? | (color : string , e : MouseEvent <HTMLButtonElement , MouseEvent >) => void | submodules/univer/packages/design/src/components/color-picker/ColorPicker.tsx:27 |