primevue-mirror/components/lib/inputswitch/style/InputSwitchStyle.d.ts

4 lines
144 B
TypeScript

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