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

@ -7,7 +7,7 @@
* @module slider
*
*/
import { ComponentHooks } from '../basecomponent/BaseComponent';
import { ComponentHooks } from '../basecomponent';
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
export declare type SliderPassThroughOptionType = SliderPassThroughAttributes | ((options: SliderPassThroughMethodOptions) => SliderPassThroughAttributes) | null | undefined;