Skip to content

Vizel API / core/src / storeVizelTheme

Function: storeVizelTheme()

ts
function storeVizelTheme(storageKey, theme): void;

Defined in: packages/core/src/theme.ts:104

Store theme to storage

Parameters

ParameterType
storageKeystring
themeVizelTheme

Returns

void

Released under the MIT License.