UNPKG

next-auth-pubkey

Version:

A light-weight Lightning and Nostr auth provider for your Next.js app that's entirely self-hosted and plugs seamlessly into the next-auth framework.

5 lines 252 B
import { HTMLAttributes } from "preact/compat"; export declare function LightningButton({ lnurl, ...props }: { lnurl: string; } & HTMLAttributes<HTMLAnchorElement>): import("preact/compat").JSX.Element; //# sourceMappingURL=LightningButton.d.ts.map