Skip to content

Commit

Permalink
fix(ui): add comment to improve storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 5, 2024
1 parent 27365f7 commit 21352ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const AppShellProvider = ({
export type AppShellStyleWrapper = "head" | "inline"

interface WrapperProps {
/** React nodes or a collection of React nodes to be rendered as content. */
children?: React.ReactNode
/** Whether the app is rendered inside a ShadowRoot. Only choose false if the app is meant to run as a stand-alone application. */
shadowRoot?: boolean
Expand Down

0 comments on commit 21352ac

Please sign in to comment.