import { Switch } from "./switch";
export type { TaroSwitchProps as SwitchProps } from "../../types";
export default Switch;
