UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

5 lines (4 loc) 221 B
export { default as VirtualList } from './virtual-list'; export { virtualListProps } from './props'; export type { VirtualListProps, VirtualListCProps } from './props'; export type { VirtualListExposed } from './symbol';