UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

9 lines 358 B
import { CORE_REACT_PATHS } from './template-paths.js'; import { CORE_REACT_RENDERERS } from './template-renderers.js'; import { CORE_REACT_TEMPLATES } from './typed-templates.js'; export const CORE_REACT_GENERATED = { paths: CORE_REACT_PATHS, renderers: CORE_REACT_RENDERERS, templates: CORE_REACT_TEMPLATES, }; //# sourceMappingURL=index.js.map