Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 29 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 0 |
1 | 1 | export const defaultTheme = { |
|
2 | header: { |
||
3 | style: { |
||
4 | height: "20%", |
||
5 | borderBottom: "2px solid #c0c0c0", |
||
6 | }, |
||
7 | }, |
||
8 | footer: { |
||
9 | style: { |
||
10 | height: "10%", |
||
11 | borderTop: "2px solid #c0c0c0", |
||
12 | }, |
||
13 | }, |
||
14 | router: { |
||
15 | style: { height: "70%" }, |
||
16 | }, |
||
17 | drawer: { |
||
18 | style: { |
||
19 | borderRight: "2px solid #c0c0c0", |
||
20 | }, |
||
21 | }, |
||
22 | }; |
||
23 | |||
24 | 1 | export const defaultEngineConfig = { |
|
25 | redux: { ui: true, modal: true, epics: [], reducers: {}, preload: {} }, |
||
26 | }; |
||
27 | |||
28 | export const defaultAppConfig = {}; |
||
29 |