Files
vant/src/list/index.ts
T

9 lines
200 B
TypeScript

import { withInstall } from '../utils';
import _List from './List';
const List = withInstall<typeof _List>(_List);
export default List;
export { List };
export type { ListDirection } from './List';