---
to: src/components/<%= name %>/index.ts
---
export { default } from './<%= name %>';
export type { <%= name %>Props } from "./<%= name %>";

