Update ColorPicker.d.ts

pull/5037/head
tugcekucukoglu 2024-01-05 17:09:47 +03:00
parent 3b145e1ced
commit a3a085a336
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ export interface ColorPickerEmits {
*/
'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.
*/
change(event: ColorPickerChangeEvent): void;