import { default as Switcher } from './Switcher.vue'; import { default as SwitcherContent } from './SwitcherContent.vue'; export * from './constant'; export * from './interface'; export { Switcher, SwitcherContent };