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

8 lines
351 B
TypeScript

// These components are not used by React Flow directly
// They can be added 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';