mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
14 lines
332 B
TypeScript
14 lines
332 B
TypeScript
/**
|
|
*
|
|
* InputSwitch is used to select a boolean value.
|
|
*
|
|
* [Live Demo](https://www.primevue.org/toggleswitch/)
|
|
*
|
|
* @module inputswitchstyle
|
|
*
|
|
*/
|
|
import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
|
|
|
|
export enum InputSwitchClasses {}
|
|
|
|
export interface InputSwitchStyle extends ToggleSwitchStyle {}
|