UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

11 lines 553 B
import { CORE_REACT_COMPONENTS_PATHS } from './template-paths.js'; import { CORE_REACT_COMPONENTS_RENDERERS } from './template-renderers.js'; import { CORE_REACT_COMPONENTS_IMPORTS } from './ts-import-providers.js'; import { CORE_REACT_COMPONENTS_TEMPLATES } from './typed-templates.js'; export const CORE_REACT_COMPONENTS_GENERATED = { imports: CORE_REACT_COMPONENTS_IMPORTS, paths: CORE_REACT_COMPONENTS_PATHS, renderers: CORE_REACT_COMPONENTS_RENDERERS, templates: CORE_REACT_COMPONENTS_TEMPLATES, }; //# sourceMappingURL=index.js.map