Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Sep 21, 2024
1 parent 7a8b3ff commit c492b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/machines/select/src/select.props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const props = createProps<UserDefinedContext>()([
"collection",
"dir",
"disabled",
"deselectable",
"form",
"getRootNode",
"highlightedValue",
Expand Down
1 change: 1 addition & 0 deletions packages/machines/tabs/src/tabs.props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const props = createProps<UserDefinedContext>()([
"onValueChange",
"orientation",
"translations",
"deselectable",
"value",
])

Expand Down

0 comments on commit c492b9c

Please sign in to comment.