UNPKG

442 BTypeScriptView Raw
1declare const _default: {
2 backdrop: {
3 position: "absolute";
4 top: number;
5 bottom: number;
6 left: number;
7 right: number;
8 opacity: number;
9 backgroundColor: string;
10 };
11 content: {
12 flex: number;
13 justifyContent: "center";
14 };
15 containerBox: {
16 zIndex: number;
17 opacity: number;
18 backgroundColor: string;
19 };
20};
21export default _default;