import "../../../../src/sass/helpers/animations.sass"; import "../../../../src/components/form/sass/form.sass"; import "../../../../src/components/form/switch/switch.sass"; import { useSelectionControl } from '../shared/useSelectionControl'; export const defineSwitch = useSelectionControl('switch', 'checkbox', 'b-switch', 'switch'); export const BSwitch = defineSwitch(); //# sourceMappingURL=BSwitch.js.map