vue-virtual-scroller
Version:
Smooth scrolling for any amount of data
9 lines (8 loc) • 421 B
TypeScript
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
notify: () => any;
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
onNotify?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
el: HTMLDivElement;
}, HTMLDivElement>;
export default _default;