@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
8 lines • 328 B
TypeScript
import type { PanelPosition, ProOptions } from '@xyflow/system';
type AttributionProps = {
proOptions?: ProOptions;
position?: PanelPosition;
};
export declare function Attribution({ proOptions, position }: AttributionProps): import("react/jsx-runtime").JSX.Element | null;
export {};
//# sourceMappingURL=index.d.ts.map