cyphertap
Version:
Nostr, Lightning and Ecash on a single Button component
6 lines (5 loc) • 325 B
TypeScript
import type { HTMLAttributes } from "svelte/elements";
import { type WithElementRef } from "../../../utils.js";
declare const AlertDescription: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type AlertDescription = ReturnType<typeof AlertDescription>;
export default AlertDescription;