mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 01:48:10 +08:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Switch from './Switch';
|
|
|
|
export const Switch = withInstall(_Switch);
|
|
export default Switch;
|