MCPcopy Create free account
hub / github.com/UI5/webcomponents / getBaseTheme

Function getBaseTheme

packages/base/src/config/Theme.ts:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 * @returns {string | undefined} the base theme name
109 */
110const getBaseTheme = (): string | undefined => {
111 return curBaseTheme;
112};
113
114/**
115 * Sets the base theme of the current external theme.

Callers 1

onThemeRegisteredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…