mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Switch from './Switch';
|
|
|
|
const Switch = withInstall<typeof _Switch>(_Switch);
|
|
|
|
export default Switch;
|
|
export { Switch };
|