index.ts 669 Bytes
import { TextComponent1Config } from './TextComponent1';
import { TextComponent2Config } from './TextComponent2';
import { TextComponent3Config } from './TextComponent3';
import { TextComponent4Config } from './TextComponent4';
import { SwitchSignalLightConfig } from './SwitchSignalLight';
// import { SwitchStatusConfig } from './SwitchStatus';
import { ValueList1Config } from './ValueList1';
// import { ValueList2Config } from './ValueList2';

export const TextList = [
  TextComponent1Config,
  TextComponent2Config,
  TextComponent3Config,
  TextComponent4Config,
  ValueList1Config,
  // ValueList2Config,
  SwitchSignalLightConfig,
  // SwitchStatusConfig,
];