Skip to content

Commit

Permalink
(chore) : bump peer dependencies (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet committed Jan 10, 2025
1 parent ccc7533 commit 33c5c68
Show file tree
Hide file tree
Showing 2 changed files with 6,050 additions and 5,035 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface BedSelectorProps {
selectedBedId: number;
error: FieldError;
onChange(bedId: number);
control: Control<{ bedId?: number }, any, { bedId?: number }>;
control: Control<{ bedId?: number }>;
minBedCountToUseDropdown?: number;
}

Expand Down
Loading

0 comments on commit 33c5c68

Please sign in to comment.