mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
import { withInstall } from '../utils';
|
|
import _TreeSelect from './TreeSelect';
|
|
|
|
const TreeSelect = withInstall<typeof _TreeSelect>(_TreeSelect);
|
|
|
|
export default TreeSelect;
|
|
export { TreeSelect };
|