Files
xyflow/packages/svelte/src/lib/index.ts
T

12 lines
445 B
TypeScript

import { SvelteFlow, type SvelteFlowProps } from '$lib/container/SvelteFlow';
export { Controls, ControlButton } from '$lib/plugins/Controls';
export { Background, BackgroundVariant } from '$lib/plugins/Background';
export { Minimap } from '$lib/plugins/Minimap';
export { Panel, type PanelProps } from '$lib/container/Panel';
export * from '$lib/types';
export * from '$lib/utils';
export type { SvelteFlowProps };
export default SvelteFlow;