Update d.ts files

This commit is contained in:
mertsincan 2023-07-06 12:17:08 +01:00
parent 7686806dbb
commit 439b7ee308
88 changed files with 88 additions and 88 deletions

View file

@ -9,7 +9,7 @@
*/
import { ButtonHTMLAttributes, HTMLAttributes, VNode } from 'vue';
import { ComponentHooks } from '../basecomponent/BaseComponent';
import { ComponentHooks } from '../basecomponent';
import { ButtonPassThroughOptions } from '../button';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';