UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 301 B
import type { SFCWithInstall } from '../_util/interface'; import Switch from './switch.vue'; type SwitchType = SFCWithInstall<typeof Switch>; export { switchProps } from './switch.vue'; export type { SwitchProps } from './switch.vue'; export declare const FSwitch: SwitchType; export default FSwitch;