Skip to content

Commit

Permalink
fix: SideMenuのPropsにchildrenを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
TakahiroHimi committed Sep 13, 2024
1 parent 593ba25 commit 6bae321
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ const sideMenu = tv({
base: 'smarthr-ui-SideMenu shr-list-none shr-py-0.5',
})

type Props = Pick<ComponentPropsWithoutRef<typeof Base>, 'radius' | 'layer' | 'className'> & {
type Props = Pick<
ComponentPropsWithoutRef<typeof Base>,
'radius' | 'layer' | 'className' | 'children'
> & {
/**
* @default ul
*/
Expand Down

0 comments on commit 6bae321

Please sign in to comment.