mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
3 lines
144 B
TypeScript
3 lines
144 B
TypeScript
import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
|
|
|
|
export interface InputSwitchStyle extends ToggleSwitchStyle {}
|