UNPKG

@stablecoin.xyz/react

Version:

React hooks and components for SBC Account Abstraction

4 lines 293 B
import type { SbcProviderProps, SbcContextValue } from '../types'; export declare function SbcProvider({ config, children, onError }: SbcProviderProps): import("react/jsx-runtime").JSX.Element; export declare function useSbcContext(): SbcContextValue; //# sourceMappingURL=SbcProvider.d.ts.map