Skip to content

Commit

Permalink
Missing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-pedrolourenco committed Oct 16, 2024
1 parent 34ac561 commit 754881e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,13 @@ interface ModalOverlayOptions {
* to fade in when using a sheet modal.
*/
backdropBreakpoint: number;
/**
* The initial backdrop opacity value
*/
initialBackdropOpacity?: string;
/**
* The current backdrop opacity value
*/
backdropOpacityValue?: string;
}

Expand Down

0 comments on commit 754881e

Please sign in to comment.