@azuro-org/sdk
Version:
One-stop solution for building betting dApps on the Azuro Protocol.
7 lines (6 loc) • 328 B
TypeScript
import React from 'react';
import { type ChainProviderProps } from './contexts/chain';
import { type BetslipProviderProps } from './contexts/betslip';
type AzuroSDKProviderProps = ChainProviderProps & BetslipProviderProps;
export declare const AzuroSDKProvider: React.FC<AzuroSDKProviderProps>;
export default AzuroSDKProvider;