UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

30 lines (29 loc) 1.26 kB
export interface ListState { scrollTop: number; scrollMoving: boolean; } declare const _default: import("vue").DefineComponent<{ readonly data: Record<string, never>[]; readonly height: number; readonly component: string; readonly itemHeight: number; readonly virtual: boolean; readonly fullHeight: boolean; readonly itemKey?: string | number | ((item: Record<string, never>) => string | number) | undefined; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ readonly data: Record<string, never>[]; readonly height: number; readonly component: string; readonly itemHeight: number; readonly virtual: boolean; readonly fullHeight: boolean; readonly itemKey?: string | number | ((item: Record<string, never>) => string | number) | undefined; }> & Readonly<{}>, { readonly data: Record<string, never>[]; readonly height: number; readonly component: string; readonly itemHeight: number; readonly virtual: boolean; readonly fullHeight: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;