Files
xyflow/src/additional-components/index.ts
T

8 lines
359 B
TypeScript

// These components are not used by React Flow directly
// but the user can add them as children of a React Flow component
export { default as MiniMap } from './MiniMap';
export { default as Controls, ControlButton } from './Controls';
export { default as Background } from './Background';
export { default as ReactFlowProvider } from './ReactFlowProvider';