UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

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