2024-05-08 11:40:44 +00:00
|
|
|
/**
|
|
|
|
*
|
|
|
|
* InputSwitch is used to select a boolean value.
|
|
|
|
*
|
|
|
|
* [Live Demo](https://www.primevue.org/toggleswitch/)
|
|
|
|
*
|
|
|
|
* @module inputswitchstyle
|
|
|
|
*
|
|
|
|
*/
|
2024-04-18 14:15:29 +00:00
|
|
|
import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
|
2023-10-02 13:15:41 +00:00
|
|
|
|
2024-05-08 11:40:44 +00:00
|
|
|
export enum InputSwitchClasses {}
|
|
|
|
|
2024-04-18 14:15:29 +00:00
|
|
|
export interface InputSwitchStyle extends ToggleSwitchStyle {}
|