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