import type { ScrollCallback } from './src/interface'; import type { DefineComponent, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import InfiniteScrolling from "./src/infinite-scrolling"; export declare const VInfiniteScrolling: Install; styles: BasicType, null>; loading: BasicType; onScrollEnd: BasicType, null>; onScrollWhen: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; styles: BasicType, null>; loading: BasicType; onScrollEnd: BasicType, null>; onScrollWhen: BasicType, null>; }>>, { loading: boolean; distance: number; styles: CSSProperties; onScrollEnd: ScrollCallback; onScrollWhen: ScrollCallback; }>>; /** infinite-scrolling 组件实例类型 */ export type InfiniteScrollingInstance = InstanceType; export * from './src/interface'; export default VInfiniteScrolling;