Files
manolia-alpha/node_modules/buetify/lib/components/form/switch/BSwitch.js
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

7 lines
409 B
JavaScript
Executable File

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