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

4 lines
144 B
TypeScript
Raw Normal View History

import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
2023-10-02 13:15:41 +00:00
export interface InputSwitchStyle extends ToggleSwitchStyle {}