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