Fix declare class typing

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-01 17:48:23 +03:00
parent f8ad7f1799
commit c59599cbfa
17 changed files with 17 additions and 17 deletions

View file

@ -215,7 +215,7 @@ export interface TreeSelectEmits {
*
* @group Component
*/
export declare class TreeSelect extends ClassComponent<TreeSelectProps, TreeSelectSlots, TreeSelectEmits> {
declare class TreeSelect extends ClassComponent<TreeSelectProps, TreeSelectSlots, TreeSelectEmits> {
/**
* Shows the overlay.
*