UNPKG

rightui

Version:

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

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;