Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Oct 13, 2024
1 parent 954e7f1 commit 83715c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface DrawerContextValue {
keyboardIsOpen: React.MutableRefObject<boolean>;
snapPointsOffset: number[] | null;
snapPoints?: (number | string)[] | null;
activeSnapPointIndex?: number;
activeSnapPointIndex?: number | null;
modal: boolean;
shouldFade: boolean;
activeSnapPoint?: number | string | null;
Expand Down

0 comments on commit 83715c6

Please sign in to comment.