UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

10 lines (9 loc) 268 B
import { FC } from 'react'; import { IconSize } from '../../../components'; interface PasskeyDeviceIconProps { defaultIcon?: JSX.Element; className?: string; size?: IconSize; } export declare const PasskeyDeviceIcon: FC<PasskeyDeviceIconProps>; export {};