Skip to content

Commit

Permalink
improve children story types
Browse files Browse the repository at this point in the history
  • Loading branch information
guoda-puidokaite committed Nov 27, 2024
1 parent a89bc13 commit 099d782
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default {
argTypes: {
children: {
control: false,
table: {
type: { summary: "ReactNode" },
},
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default {
argTypes: {
children: {
control: false,
table: {
type: { summary: "ReactNode" },
},
},
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default {
argTypes: {
children: {
control: false,
table: {
type: { summary: "ReactNode" },
},
},
},
}
Expand Down

0 comments on commit 099d782

Please sign in to comment.