UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

5 lines (4 loc) 282 B
import { Checkbox as CheckboxPrimitive } from "bits-ui"; declare const Checkbox: import("svelte").Component<Omit<Omit<CheckboxPrimitive.RootProps, "child">, "children">, {}, "ref" | "checked" | "indeterminate">; type Checkbox = ReturnType<typeof Checkbox>; export default Checkbox;