Skip to content

Commit 754881e

Browse files
Missing comments
1 parent 34ac561 commit 754881e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/components/modal/modal.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,13 @@ interface ModalOverlayOptions {
10581058
* to fade in when using a sheet modal.
10591059
*/
10601060
backdropBreakpoint: number;
1061+
/**
1062+
* The initial backdrop opacity value
1063+
*/
10611064
initialBackdropOpacity?: string;
1065+
/**
1066+
* The current backdrop opacity value
1067+
*/
10621068
backdropOpacityValue?: string;
10631069
}
10641070

0 commit comments

Comments
 (0)