Files
image-platform/.templates/widget/{{name.kebabCase}}/index.ts
S.Gromov 2c88cc3eca chore: добавить frontend правила и шаблоны SLM
- добавлены frontend инструкции AGENTS и локальный style guide
- актуализированы SLM templates под Vite React и слой infra
- добавлены шаблоны component, infra и factory-based business
- нормализованы примеры документации под alias infra
2026-05-05 14:05:43 +03:00

3 lines
151 B
TypeScript

export { {{name.pascalCase}}Widget } from './{{name.kebabCase}}'
export type { {{name.pascalCase}}WidgetProps } from './types/{{name.kebabCase}}.type'