primevue-mirror/components/lib/inputswitch/style/InputSwitchStyle.d.ts
2024-04-18 17:15:29 +03:00

3 lines
144 B
TypeScript

import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
export interface InputSwitchStyle extends ToggleSwitchStyle {}