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

@ -8,7 +8,7 @@
*
*/
import { ButtonHTMLAttributes, VNode } from 'vue';
import { ComponentHooks } from '../basecomponent/BaseComponent';
import { ComponentHooks } from '../basecomponent';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
export declare type CarouselPassThroughOptionType = CarouselPassThroughAttributes | ((options: CarouselPassThroughMethodOptions) => CarouselPassThroughAttributes) | null | undefined;