Skip to Content

ColorMode

Source on GitHub 

The ColorMode type defines the available color modes for the ReactFlow component. This can be used to control the theme of the flow diagram.

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