Files
slm-design/.templates/layout/{{name.kebabCase}}/index.ts

3 lines
171 B
TypeScript
Raw Normal View History

2026-08-01 09:31:08 +03:00
export { {{name.pascalCase}}Layout } from './{{name.kebabCase}}.layout'
export type { {{name.pascalCase}}LayoutProps } from './types/{{name.kebabCase}}-layout-props.type'