UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

11 lines 517 B
import { CORE_REACT_CONFIG_PATHS } from './template-paths.js'; import { CORE_REACT_CONFIG_RENDERERS } from './template-renderers.js'; import { CORE_REACT_CONFIG_IMPORTS } from './ts-import-providers.js'; import { CORE_REACT_CONFIG_TEMPLATES } from './typed-templates.js'; export const CORE_REACT_CONFIG_GENERATED = { imports: CORE_REACT_CONFIG_IMPORTS, paths: CORE_REACT_CONFIG_PATHS, renderers: CORE_REACT_CONFIG_RENDERERS, templates: CORE_REACT_CONFIG_TEMPLATES, }; //# sourceMappingURL=index.js.map