UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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