Skip to content

Commit

Permalink
export type of ComponentProps
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed May 8, 2024
1 parent a700ce1 commit e5797f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsx-integration/src/type-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ ${components
?.map((component: Component) => {
return `
type ${component.name}Props = {
export type ${component.name}Props = {
${
component.attributes
?.map((attr) => {
Expand Down

0 comments on commit e5797f7

Please sign in to comment.