UNPKG

@turnkey/react-wallet-kit

Version:

The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.

19 lines 571 B
export type ThemeOverrides = { primary?: string; primaryText?: string; button?: string; modalBackground?: string; modalText?: string; iconBackground?: string; iconText?: string; success?: string; successText?: string; danger?: string; dangerText?: string; }; export declare function TurnkeyThemeOverrides(props: { light?: Partial<ThemeOverrides> | undefined; dark?: Partial<ThemeOverrides> | undefined; nonce?: string | undefined; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Overrides.d.ts.map