UNPKG

@jiaozhiye/qm-design-vue

Version:

A Component Library for Vue3.0

37 lines (36 loc) 1.41 kB
declare const Scrollbar: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{ always: boolean; barWidth: number; minSize: number; native: boolean; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; wrapClassName?: string | undefined; wrapStyle?: string | import("vue").CSSProperties | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { scroll: ({ scrollTop, scrollLeft }: { scrollTop: number; scrollLeft: number; }) => boolean; }, string, import("vue").PublicProps, Readonly<{ always: boolean; barWidth: number; minSize: number; native: boolean; class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined; style?: import("vue").StyleValue; wrapClassName?: string | undefined; wrapStyle?: string | import("vue").CSSProperties | undefined; }> & Readonly<{ onScroll?: ((args_0: { scrollTop: number; scrollLeft: number; }) => any) | undefined; }>, { always: boolean; barWidth: number; minSize: number; native: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Scrollbar; export type { ScrollbarInstance, ScrollbarProps } from './src/props';