chain.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/book/elements/chain.tsx
功能描述
Chain Flow Demo Data
导出内容
- <code>ChainExample</code> - 函数
- <code>ChainFlowDemo</code> - 函数
依赖导入
reactnext-intl@/lib/utilslucide-react./locales
Props/接口
interface ChainExampleProps {
type: "sequential" | "parallel" | "conditional" | "iterative";
steps: ChainStep[];
}
使用说明
在 JSX/TSX 中导入使用