Update ColorPicker.d.ts
parent
dba07e7641
commit
cbec74dd7e
|
@ -173,6 +173,10 @@ export interface ColorPickerProps {
|
||||||
* @defaultValue 0
|
* @defaultValue 0
|
||||||
*/
|
*/
|
||||||
baseZIndex?: number | undefined;
|
baseZIndex?: number | undefined;
|
||||||
|
/**
|
||||||
|
* Identifier of the focus input to match a label defined for the dropdown.
|
||||||
|
*/
|
||||||
|
inputId?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* Style class of the overlay panel.
|
* Style class of the overlay panel.
|
||||||
*/
|
*/
|
||||||
|
@ -201,10 +205,6 @@ export interface ColorPickerProps {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
unstyled?: boolean;
|
unstyled?: boolean;
|
||||||
/**
|
|
||||||
* Identifier of the focus input to match a label defined for the dropdown.
|
|
||||||
*/
|
|
||||||
inputId?: string | undefined;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ColorPickerSlots {}
|
export interface ColorPickerSlots {}
|
||||||
|
|
Loading…
Reference in New Issue