Skip to content

Commit 4f759e9

Browse files
committed
Update react-ui.api.md
1 parent c7edc02 commit 4f759e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-ui/temp/react-ui.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function SideNavItem({ children, href, selected, icon }: SideNavItemProps
203203
// Warning: (ae-forgotten-export) The symbol "SideNavItemGroupProps" needs to be exported by the entry point index.d.ts
204204
//
205205
// @public
206-
export function SideNavItemGroup({ children, label, expanded: controlledExpanded }: SideNavItemGroupProps): react_jsx_runtime.JSX.Element;
206+
export function SideNavItemGroup({ children, label, expanded: controlledExpanded, defaultExpanded }: SideNavItemGroupProps): react_jsx_runtime.JSX.Element;
207207

208208
// @public
209209
export type SideNavItemProps = PropsWithChildren<{

0 commit comments

Comments
 (0)