From a3a085a33640ade5202729161cca293bf40ba771 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 5 Jan 2024 17:09:47 +0300 Subject: [PATCH] Update ColorPicker.d.ts --- components/lib/colorpicker/ColorPicker.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts index b9d3b8000..6211fc4eb 100755 --- a/components/lib/colorpicker/ColorPicker.d.ts +++ b/components/lib/colorpicker/ColorPicker.d.ts @@ -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;