UNPKG

@multinite_official/multiui

Version:

The first and only Component Framework.

7 lines (6 loc) 190 B
import { ThemeT } from "../types"; import { Schemes } from "./Theme"; export declare function setThemeToUI({ theme, themeId, }: { theme: ThemeT | Schemes; themeId: string; }): void;