Update ColorPicker.d.ts

pull/5861/head^2
tugcekucukoglu 2024-07-26 12:28:28 +03:00
parent dba07e7641
commit cbec74dd7e
1 changed files with 4 additions and 4 deletions

View File

@ -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 {}