@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 301 B
TypeScript
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;