mirror of
https://github.com/youzan/vant.git
synced 2026-01-15 06:03:40 +08:00
9 lines
266 B
TypeScript
9 lines
266 B
TypeScript
import { withInstall } from '../utils';
|
|
import _TreeSelect from './TreeSelect';
|
|
|
|
const TreeSelect = withInstall<typeof _TreeSelect>(_TreeSelect);
|
|
|
|
export default TreeSelect;
|
|
export { TreeSelect };
|
|
export type { TreeSelectItem, TreeSelectChild } from './TreeSelect';
|