UNPKG

@jill64/svelte-dark-theme

Version:
7 lines (6 loc) 182 B
import type { ThemeSetting } from './ThemeSetting'; import type { ThemeValue } from './ThemeValue'; export type StoredConfig = { setting: ThemeSetting; media: ThemeValue; };