UNPKG

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.

5 lines (4 loc) 182 B
export declare function AlertDestructive({ title, description }: { title?: string | undefined; description?: string | undefined; }): import("react/jsx-runtime").JSX.Element;