claude-web/node_modules/primevue/inputswitch/style/index.d.ts

15 lines
322 B
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
/**
*
* 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 {}