UNPKG

arrowjoin

Version:

ArrowJoin is a creative and functional React library that effortlessly connects two React components with a sleek arrow.

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // pick the common props between 2 objects // type Common<A, B> = { // [P in keyof A & keyof B]: A[P] | B[P]; // }; //# sourceMappingURL=privateTypes.js.map