index.ts 588 Bytes
import { ControlComponentSlidingSwitchConfig } from './ControlComponentSlidingSwitch';
import { ControlComponentSwitchWithIconConfig } from './ControlComponentSwitchWithIcon';
import { ControlComponentToggleSwitchConfig } from './ControlComponentToggleSwitch';
import { LateralNumericalControlConfig } from './LateralNumericalControl';
import { SwitchListConfig } from './SwitchList';

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