MCPcopy
hub / github.com/nukeop/nuclear / clearAdvancedTheme

Function clearAdvancedTheme

packages/themes/src/index.ts:107–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

runtime.test.tsFile · 0.90
themeStore.tsFile · 0.90
useUninstallThemeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected