index.ts 411 Bytes
import { ControlComponentSlidingSwitchConfig } from './ControlComponentSlidingSwitch';
import { ControlComponentSwitchWithIconConfig } from './ControlComponentSwitchWithIcon';
import { ControlComponentToggleSwitchConfig } from './ControlComponentToggleSwitch';

export const ControlList = [
  ControlComponentSwitchWithIconConfig,
  ControlComponentSlidingSwitchConfig,
  ControlComponentToggleSwitchConfig,
];