arrowjoin
Version:
ArrowJoin is a creative and functional React library that effortlessly connects two React components with a sleek arrow.
8 lines • 300 B
TypeScript
import React from 'react';
export declare const XelemContext: React.Context<() => void>;
export declare const XarrowContext: React.Context<() => void>;
declare const Xwrapper: ({ children }: {
children: any;
}) => React.JSX.Element;
export default Xwrapper;
//# sourceMappingURL=Xwrapper.d.ts.map