UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Switch from './switch'; import { WithInstallType } from '../shared'; import { TdSwitchProps } from './type'; import './style'; export * from './type'; export declare type SwitchProps = TdSwitchProps; export declare const Switch: WithInstallType<typeof _Switch>; export default Switch;