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

@ -47,7 +47,7 @@ export interface InputTextEmits {
*
* @group Component
*/
export declare class InputText extends ClassComponent<InputTextProps, InputTextSlots, InputTextEmits> {}
declare class InputText extends ClassComponent<InputTextProps, InputTextSlots, InputTextEmits> {}
declare module '@vue/runtime-core' {
interface GlobalComponents {