UNPKG

@dynamic-labs/sdk-react-core

Version:

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

8 lines (7 loc) 224 B
/// <reference types="react" /> type Props = { containerClassName?: string; variant: 'green' | 'red' | 'yellow'; }; export declare const StatusDot: ({ variant, containerClassName }: Props) => JSX.Element; export {};