UNPKG

@ichooss/xflow

Version:

[English (US)](README.md) | 简体中文

5 lines 280 B
import { type FC } from 'react'; import type { GraphOptions } from '../types'; declare const XFlowState: FC<Pick<GraphOptions, 'centerView' | 'centerViewOptions' | 'fitView' | 'fitViewOptions' | 'connectionEdgeOptions'>>; export { XFlowState }; //# sourceMappingURL=State.d.ts.map