UNPKG

cyphertap

Version:

Nostr, Lightning and Ecash on a single Button component

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