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.

13 lines (12 loc) 802 B
import { VariantProps } from 'class-variance-authority'; import * as React from "react"; declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({ variant?: "default" | "destructive" | null | undefined; } & import('class-variance-authority/types').ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>; declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & { className?: string | undefined; } & React.RefAttributes<HTMLHeadingElement>>; declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & { className?: string | undefined; } & React.RefAttributes<HTMLDivElement>>; export { Alert, AlertTitle, AlertDescription };