UNPKG

mytril

Version:

Mytril Svelte library component for rapidly building modern websites based on Svelte and Sveltekit

5 lines (4 loc) 96 B
export type MytrilTheme = { theme: string; colorScheme: 'system' | 'dark' | 'light'; };