UNPKG

@dynamic-labs/sdk-react-core

Version:

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

9 lines (8 loc) 197 B
import { FC, ReactElement } from 'react'; interface Props { title?: string; subtitle?: string; image?: ReactElement; } export declare const SearchNotFoundMessage: FC<Props>; export {};