UNPKG

ta-react-xarrows

Version:

Draw arrows (or lines) between components in React!

16 lines 535 B
"use strict"; /////////////// // public types Object.defineProperty(exports, "__esModule", { value: true }); // const c: Common<T1, T2> = { y: 123 }; // export type SvgCustomTypeOneLiner = svgElemType extends infer T // ? T extends svgElemType // ? { svgElem: T; svgProps?: JSX.IntrinsicElements[T] } // : never // : never; // export type svgCustomType<T extends svgElemType> = { // svgElem: T; // svgProps?: { [key in T]: JSX.IntrinsicElements[T] }; // offsetForward?: number; // }; //# sourceMappingURL=types.js.map