Refactor #5612 - InputSwitch / ToggleSwitch

This commit is contained in:
tugcekucukoglu 2024-04-18 17:15:29 +03:00
parent 1428cc12df
commit f240b953b4
16 changed files with 384 additions and 263 deletions

View file

@ -1,3 +1,3 @@
import { BaseStyle } from '../../base/style';
import { ToggleSwitchStyle } from '../../toggleswitch/style/ToggleSwitchStyle';
export interface InputSwitchStyle extends BaseStyle {}
export interface InputSwitchStyle extends ToggleSwitchStyle {}