@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
10 lines (9 loc) • 647 B
TypeScript
import { Provider } from '@dynamic-labs/sdk-api-core';
import { WalletConnector } from '@dynamic-labs/wallet-connector-core';
export * from './getPasskeyProviderFromUserAgent';
export * from './getTimeSince';
export declare const replaceAll: (text: string, char: string, replace: string) => string;
export declare const copyToClipboard: (textToCopy: string) => void;
export declare const roundBalance: (balanceString: string, decimals?: number) => string;
export declare const capitalize: (text: string) => string;
export declare const getExportKeysOption: (connector?: WalletConnector, providerSettings?: Provider[]) => (() => void) | undefined;