@turnkey/react-wallet-kit
Version:
The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.
10 lines • 321 B
TypeScript
/// <reference types="react" />
interface ActionPageProps {
title: string;
icon: React.ReactNode;
closeOnComplete?: boolean;
action?: () => Promise<void>;
}
export declare function ActionPage(props: ActionPageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Action.d.ts.map