UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 236 B
import { Accordion as AccordionPrimitive } from "bits-ui"; declare const Accordion: import("svelte").Component<AccordionPrimitive.RootProps, {}, "ref" | "value">; type Accordion = ReturnType<typeof Accordion>; export default Accordion;