Kind: Function
Source: atloria-monorepo/libs/pme-core/src/tools/theme.ts
Build the client-side JS for theme toggling. Accepts the default theme mode to use as initial value.
Signature
tsfunction buildThemeToggleJs(defaultMode: ThemeMode): string
Parameters
| Name | Type |
|---|---|
defaultMode | ThemeMode |
Returns: string
Was this page helpful?