UNPKG

ta-react-xarrows

Version:

Draw arrows (or lines) between components in React!

8 lines 513 B
import { refType } from '../types'; declare type extendedJtypes = 'string' | 'number' | 'bigint' | 'boolean' | 'symbol' | 'undefined' | 'object' | 'function' | 'null' | 'array'; export declare const getElementByPropGiven: (ref: refType) => HTMLElement; export declare const typeOf: (arg: any) => extendedJtypes; export declare const factorDpathStr: (d: string, factor: any) => string; export declare const measureFunc: (callbackFunc: Function, name?: string) => any; export {}; //# sourceMappingURL=index.d.ts.map