vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
64 lines (63 loc) • 3.4 kB
TypeScript
import { default as _ScrollBarV2 } from './src/index.vue';
export declare const ScrollBarV2: import('../withInstall').SFCWithInstall<{
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
containerEl: HTMLDivElement;
horizontalThumbEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').ThumbProps> & Readonly<{
onScroll?: ((...args: any[]) => any) | undefined;
}>, {
setOffset: (value: number) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
scroll: (...args: any[]) => void;
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
trackEl: HTMLDivElement;
thumbEl: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./src/types').ThumbProps> & Readonly<{
onScroll?: ((...args: any[]) => any) | undefined;
}>, {
setOffset: (value: number) => void;
}, {}, {}, {}, {}> | null;
verticalThumbEl: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').ThumbProps> & Readonly<{
onScroll?: ((...args: any[]) => any) | undefined;
}>, {
setOffset: (value: number) => void;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
scroll: (...args: any[]) => void;
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
trackEl: HTMLDivElement;
thumbEl: HTMLDivElement;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./src/types').ThumbProps> & Readonly<{
onScroll?: ((...args: any[]) => any) | undefined;
}>, {
setOffset: (value: number) => void;
}, {}, {}, {}, {}> | null;
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
$slots: {
default?(_: {}): any;
};
})> & Record<string, any>;
export type ScrollBarV2Instance = InstanceType<typeof _ScrollBarV2>;