cl-react-graph
Version:
13 lines (12 loc) • 341 B
TypeScript
declare const _default: {
fx: {
in: (event: any, container: any) => void;
move: (event: any, container: any) => void;
out: (event: any, container: any) => void;
};
};
export default _default;
export declare const makeTip: (selector: any, tipContainer: any) => {
tipContainer: any;
tipContent: any;
};