Update ColorPicker.d.ts
parent
3b145e1ced
commit
a3a085a336
|
@ -211,7 +211,7 @@ export interface ColorPickerEmits {
|
||||||
*/
|
*/
|
||||||
'update:modelValue'(value: any): void;
|
'update:modelValue'(value: any): void;
|
||||||
/**
|
/**
|
||||||
* Callback to invoke when a chip is added.
|
* Callback to invoke when a color is selected.
|
||||||
* @param {ColorPickerChangeEvent} event - Custom add event.
|
* @param {ColorPickerChangeEvent} event - Custom add event.
|
||||||
*/
|
*/
|
||||||
change(event: ColorPickerChangeEvent): void;
|
change(event: ColorPickerChangeEvent): void;
|
||||||
|
|
Loading…
Reference in New Issue