Skip to content

Vizel API / core/src / getStoredVizelTheme

Function: getStoredVizelTheme()

ts
function getStoredVizelTheme(storageKey): VizelTheme | null;

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

Get stored theme from storage

Parameters

ParameterType
storageKeystring

Returns

VizelTheme | null

Released under the MIT License.