Skip to content

Commit a71ed70

Browse files
committed
fix: nav menu typecheck
1 parent c8b9ab5 commit a71ed70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/machines/navigation-menu/src/navigation-menu.props.ts

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export const props = createProps<NavigationMenuProps>()([
1313
"closeDelay",
1414
"orientation",
1515
"ids",
16+
"disableClickTrigger",
17+
"disableHoverTrigger",
1618
])
1719

1820
export const splitProps = createSplitProps<Partial<NavigationMenuProps>>(props)

0 commit comments

Comments
 (0)