ColorMode
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