mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 15:30:16 +03:00
3 lines
171 B
TypeScript
3 lines
171 B
TypeScript
|
|
export { {{name.pascalCase}}Layout } from './{{name.kebabCase}}.layout'
|
||
|
|
export type { {{name.pascalCase}}LayoutProps } from './types/{{name.kebabCase}}-layout-props.type'
|