UNPKG

mobx-react-routing

Version:
4 lines 300 B
import type { ComponentType } from 'react'; import type { Maybe } from 'yummies/types'; export declare const VMPayloadTransferHOC: (Component: Maybe<ComponentType<any>>) => ((props: any) => import("react/jsx-runtime").JSX.Element) | null | undefined; //# sourceMappingURL=vm-payload-transfer.d.ts.map