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