UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 250 B
import './style'; import { withInstall } from '../_util/withInstall'; import VirtualList from './virtualList'; export { virtualProps } from './props'; const FVirtualList = withInstall(VirtualList); export { FVirtualList, FVirtualList as default };