- добавлены frontend инструкции AGENTS и локальный style guide - актуализированы SLM templates под Vite React и слой infra - добавлены шаблоны component, infra и factory-based business - нормализованы примеры документации под alias infra
3 lines
158 B
TypeScript
3 lines
158 B
TypeScript
export { {{name.pascalCase}}Layout } from './{{name.kebabCase}}.layout'
|
|
export type { {{name.pascalCase}}LayoutProps } from './types/{{name.kebabCase}}.type'
|