UNPKG

@wallet-ui/react

Version:

React components for Wallet UI

8 lines 398 B
import React from 'react'; import { WalletUiAccountInfo } from './wallet-ui-account-context'; export interface WalletUiAccountGuardProps { fallback?: React.ReactNode; render: (info: WalletUiAccountInfo) => React.ReactNode; } export declare function WalletUiAccountGuard({ fallback, render }: WalletUiAccountGuardProps): React.ReactNode; //# sourceMappingURL=wallet-ui-account-guard.d.ts.map