Chips d.ts updated

This commit is contained in:
Bahadır Sofuoğlu 2023-03-01 15:15:52 +03:00
parent e6af1b56c0
commit 2ba8101e11
2 changed files with 44 additions and 10 deletions

View file

@ -126,7 +126,7 @@ export interface CheckboxEmits {
* @group Component
*
*/
export declare class Checkbox extends ClassComponent<CheckboxProps, CheckboxSlots, CheckboxEmits> {}
declare class Checkbox extends ClassComponent<CheckboxProps, CheckboxSlots, CheckboxEmits> {}
declare module '@vue/runtime-core' {
interface GlobalComponents {