based-auth
Version:
A Next.js/Node.js authentication and wallet API kit for Ethereum and Solana, with utilities for serialization and contract interaction, designed for serverless and API route usage.
11 lines (10 loc) • 461 B
TypeScript
export declare const MenuIcon: () => import("react/jsx-runtime").JSX.Element;
export declare const Unsupported: ({ className }: {
className?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Spinner: ({ className }: {
className?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export declare function Loader({ className }: {
className?: string;
}): import("react/jsx-runtime").JSX.Element;