UNPKG

reactflow-velocity

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

9 lines 496 B
/// <reference types="react" /> import { type BackgroundProps } from './types'; declare function BackgroundComponent({ id, variant, gap, size, lineWidth, offset, color, bgColor, style, className, patternClassName, }: BackgroundProps): import("react/jsx-runtime").JSX.Element; declare namespace BackgroundComponent { var displayName: string; } export declare const Background: import("react").MemoExoticComponent<typeof BackgroundComponent>; export {}; //# sourceMappingURL=Background.d.ts.map