Skip to content

CustomCSSThemesRecord

Unofficial

Record mapping theme names to their manifest metadata.

Import:

import type { CustomCSSThemesRecord } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface CustomCSSThemesRecord extends Record<string, ThemeManifest>

Extends: Record<string, ThemeManifest>


Links to this page: