/** * * InputSwitch is used to select a boolean value. * * [Live Demo](https://openvue.dev/toggleswitch/) * * @module inputswitchstyle * */ import type { ToggleSwitchStyle } from 'openvue/toggleswitch/style'; export enum InputSwitchClasses {} export interface InputSwitchStyle extends ToggleSwitchStyle {}