@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
12 lines • 388 B
TypeScript
import { type ReactNode } from 'react';
type HandleConfig = {
connectOnClick: boolean;
noPanClassName: string;
rfId: string;
};
export declare function HandleConfigProvider({ children }: {
children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function useHandleConfig(): HandleConfig;
export {};
//# sourceMappingURL=HandleConfigContext.d.ts.map