UNPKG

@npmxiaowu/h-ui-plus

Version:

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

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