index.ts
680 Bytes
import { TextComponent1Config } from './TextComponent1';
import { TextComponent2Config } from './TextComponent2';
import { TextComponent3Config } from './TextComponent3';
import { TextComponent4Config } from './TextComponent4';
import { ComponentStructuralConfig } from './ComponentStructural';
import { ValueList1Config } from './ValueList1';
import { ValueList2Config } from './ValueList2';
export const TextList = [
TextComponent1Config,
TextComponent2Config,
TextComponent3Config,
ComponentStructuralConfig,
TextComponent4Config,
ValueList1Config,
ValueList2Config,
];
// export enum TextComponentEnum {
// COMPONENT_STRUCTURAL = 'ComponentStructural',
// }