@daimo/pay
Version:
Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.
16 lines (15 loc) • 389 B
TypeScript
import React from "react";
export declare const states: {
CONNECTED: string;
CONNECTING: string;
EXPIRING: string;
FAILED: string;
REJECTED: string;
NOTCONNECTED: string;
UNAVAILABLE: string;
};
declare const ConnectWithInjector: React.FC<{
switchConnectMethod: (id?: string) => void;
forceState?: typeof states;
}>;
export default ConnectWithInjector;