Skip to content

Commit

Permalink
📝 docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 31, 2023
1 parent b94871d commit a22ede1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/ProFlow/demos/ProFlowDemo.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { EdgeType, NodeSelect, ProFlowEdge, ProFlowNode } from '@/index';
import { ProFlow } from '@ant-design/pro-flow';
import { Progress } from 'antd';
import { createStyles } from 'antd-style';
import React, { useState } from 'react';
import styled from 'styled-components';
import { ProFlow } from '../../index';
import { FlowViewProvider } from '../provider/FlowViewProvider';

const useStyles = createStyles(({ css }) => ({
Expand Down
4 changes: 0 additions & 4 deletions src/ProFlow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ description:

我们在 ProFlow 中提供了 BloodMap 的基础节点,方便定制样式。

## 基础节点

## 预览模式

BasicNode 组件提供了 `Preview` 子组件用于画布之外的预览。

<code src="./demos/ProFlowDemo.tsx"></code>

0 comments on commit a22ede1

Please sign in to comment.