()
| 105 | } |
| 106 | |
| 107 | export function clearAdvancedTheme(): void { |
| 108 | const style = document.getElementById(ADV_STYLE_ID); |
| 109 | if (style?.parentNode) { |
| 110 | style.parentNode.removeChild(style); |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | export type { AdvancedTheme, MarketplaceTheme }; |
| 115 | export { |
no outgoing calls
no test coverage detected