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