Searched refs:themeOptions (Results 1 – 2 of 2) sorted by relevance
18 globalThis.WithTheme.create = function (themeOptions) {21 … const theme: ThemeInternal = ArkThemeScopeManager.getInstance().makeTheme(themeOptions?.theme);24 const colorMode = themeOptions?.colorMode;36 if (themeOptions) {37 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme);
350 globalThis.WithTheme.create = function (themeOptions) { argument352 …emeScopeManager.getInstance().makeTheme(themeOptions === null || themeOptions === void 0 ? void 0 …353 …const colorMode = themeOptions === null || themeOptions === void 0 ? void 0 : themeOptions.colorMo…361 if (themeOptions) {362 ArkThemeScopeManager.getInstance().onScopeEnter(elmtId, themeOptions, theme);