mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
import { withInstall } from '../utils';
|
|
import _List from './List';
|
|
|
|
export const List = withInstall(_List);
|
|
export default List;
|
|
export type { ListInstance, ListDirection } from './types';
|