UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

6 lines (5 loc) 309 B
import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; declare const DrawerFooter: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">; type DrawerFooter = ReturnType<typeof DrawerFooter>; export default DrawerFooter;