Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/input-otp.ts>OTPInputProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias OTPInputProps
import { type OTPInputProps } from "https://deno.land/x/netzo@0.5.66/deps/input-otp.ts";
definition: OverrideProps<React.InputHTMLAttributes<HTMLInputElement>, { value?: string; onChange?: (newValue: string) => unknown; maxLength: number; textAlign?: "left" | "center" | "right"; inputMode?: "numeric" | "text"; onComplete?: (...args: any[]) => unknown; render: (props: RenderProps) => React.ReactElement; containerClassName?: string; }>