@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
13 lines • 573 B
TypeScript
import { type PanelPosition } from '@xyflow/system';
import { type ProOptions } from '../../types/general';
type AttributionProps = {
proOptions?: ProOptions;
position?: PanelPosition;
};
/**
* React Flow is independent and entirely funded by its users.
* If you hide the attribution, please support our work by subscribing to React Flow Pro: https://reactflow.dev/remove-attribution
*/
export declare function Attribution({ proOptions, position }: AttributionProps): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=index.d.ts.map