UNPKG

@pusdn/pgz-comp-elep

Version:

PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档

10 lines (9 loc) 333 B
import type { Ref } from "vue"; export declare function useVirtualized(): { scrollContainerEl: Ref<any, any>; updateRenderedItemCache: (index: number) => void; updateOffset: (offset: number) => void; getDom: () => void; getItemHeightFromCache: (index: number | string) => any; saveDATA: Ref<any[], any[]>; };