UNPKG

@baseplate-dev/react-generators

Version:

React Generators for Baseplate

11 lines 562 B
import { ADMIN_ADMIN_COMPONENTS_PATHS } from './template-paths.js'; import { ADMIN_ADMIN_COMPONENTS_RENDERERS } from './template-renderers.js'; import { ADMIN_ADMIN_COMPONENTS_IMPORTS } from './ts-import-providers.js'; import { ADMIN_ADMIN_COMPONENTS_TEMPLATES } from './typed-templates.js'; export const ADMIN_ADMIN_COMPONENTS_GENERATED = { imports: ADMIN_ADMIN_COMPONENTS_IMPORTS, paths: ADMIN_ADMIN_COMPONENTS_PATHS, renderers: ADMIN_ADMIN_COMPONENTS_RENDERERS, templates: ADMIN_ADMIN_COMPONENTS_TEMPLATES, }; //# sourceMappingURL=index.js.map