Skip to Content
💡 Legacy Notice: You're viewing Svelte Flow for Svelte 4. For the latest documentation, click here.

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