Skip to Content
参考类型

ColorMode

GitHub上的源代码 

ColorMode 类型定义了 ReactFlow 组件可用的颜色模式。它可用于控制流程图的主题。

🌐 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