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.

6 lines (5 loc) 225 B
import { default as React } from 'react'; declare function Skeleton({ className, ...props }: React.ComponentPropsWithoutRef<"div"> & { className?: string; }): import("react/jsx-runtime").JSX.Element; export { Skeleton };