Skip to Content
✨ Svelte Flow 1.0 is here! Rewritten for Svelte 5 with many new features and improvements.

ColorMode

The color mode type specifies if the current color mode is light, dark or uses system.

export type ColorMode = 'light' | 'dark' | 'system';
Last updated on