UNPKG

@matthewgapp/solidjs-flow

Version:

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

9 lines 335 B
import { JSX } from 'solid-js'; import { type BackgroundProps } from './types'; declare function BackgroundComponent(_p: BackgroundProps): JSX.Element; declare namespace BackgroundComponent { var displayName: string; } export declare const Background: typeof BackgroundComponent; export {}; //# sourceMappingURL=Background.d.ts.map