@reactflow/background
Version:
Background component with different variants for React Flow
9 lines • 399 B
TypeScript
import React from 'react';
import { BackgroundProps } from './types';
declare function Background({ id, variant, gap, size, lineWidth, offset, color, style, className, }: BackgroundProps): JSX.Element;
declare namespace Background {
var displayName: string;
}
declare const _default: React.MemoExoticComponent<typeof Background>;
export default _default;
//# sourceMappingURL=Background.d.ts.map