UNPKG

@turnkey/react-wallet-kit

Version:

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

9 lines 286 B
/// <reference types="react" /> interface SpinnerProps { className?: string; style?: React.CSSProperties; strokeWidth?: number; } export declare function Spinner(props: SpinnerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Spinners.d.ts.map