UNPKG

@jill64/svelte-dark-theme

Version:
6 lines (5 loc) 169 B
declare const ThemeManager: import("svelte").Component<{ key?: string; }, {}, "">; type ThemeManager = ReturnType<typeof ThemeManager>; export default ThemeManager;