()
| 108 | * @returns {string | undefined} the base theme name |
| 109 | */ |
| 110 | const getBaseTheme = (): string | undefined => { |
| 111 | return curBaseTheme; |
| 112 | }; |
| 113 | |
| 114 | /** |
| 115 | * Sets the base theme of the current external theme. |
no outgoing calls
no test coverage detected
searching dependent graphs…