@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
9 lines • 368 B
TypeScript
import { ReactNode } from 'react';
import { RouteType } from 'types';
export declare const AuthenticatedRoutesWrapper: ({ children, routes, unlockRoute, onRedirect }: {
children: ReactNode;
routes: RouteType[];
unlockRoute: string;
onRedirect?: ((unlockRoute?: string) => void) | undefined;
}) => JSX.Element | null;
//# sourceMappingURL=index.d.ts.map