File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {Popover} from './Popover';
13
13
14
14
import './ColorPicker.css' ;
15
15
16
- export interface ColorPickerProps extends AriaColorPickerProps {
16
+ export interface ColorPickerProps extends Omit < AriaColorPickerProps , 'children' > {
17
17
label ?: string ;
18
18
children ?: React . ReactNode ;
19
19
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const buttonStyles = tv({
15
15
base : 'border-0 bg-transparent flex gap-2 items-center cursor-default rounded-xs text-sm text-gray-800 dark:text-gray-200'
16
16
} ) ;
17
17
18
- export interface ColorPickerProps extends AriaColorPickerProps {
18
+ export interface ColorPickerProps extends Omit < AriaColorPickerProps , 'children' > {
19
19
label ?: string ;
20
20
children ?: React . ReactNode ;
21
21
}
You can’t perform that action at this time.
0 commit comments