@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
7 lines • 316 B
TypeScript
import React, { ReactNode } from 'react';
import { AuthorizationContextType } from './AuthorizationContext';
export declare const AuthorizationProvider: ({ value, children }: {
value: AuthorizationContextType;
children?: ReactNode;
}) => React.JSX.Element;
//# sourceMappingURL=AuthorizationProvider.d.ts.map