Skip to content
ts
import { getTheme } from '@trail-run/core/device/site-theme';

Function: getTheme()

ts
function getTheme(): SiteTheme;

Defined in: src/device/site-theme.ts:131

Get the SiteTheme singleton instance.

Returns

SiteTheme

Released under the MIT License.