tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;