UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 230 B
import { Drawer as DrawerPrimitive } from "vaul-svelte"; declare const DrawerTitle: import("svelte").Component<DrawerPrimitive.TitleProps, {}, "ref">; type DrawerTitle = ReturnType<typeof DrawerTitle>; export default DrawerTitle;