mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
update type definition for containerRef in ColorPickerProps to allow null
This commit is contained in:
@@ -7,7 +7,7 @@ interface ColorPickerProps {
|
|||||||
value?: string;
|
value?: string;
|
||||||
onChange?: (value: string) => void;
|
onChange?: (value: string) => void;
|
||||||
className?: string;
|
className?: string;
|
||||||
containerRef?: React.RefObject<HTMLDivElement>;
|
containerRef?: React.RefObject<HTMLDivElement | null>;
|
||||||
}
|
}
|
||||||
|
|
||||||
const hexToHsv = (hex: string) => {
|
const hexToHsv = (hex: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user