UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

10 lines (9 loc) 212 B
export type OTPInputProps<T extends object = object> = { name?: string length?: number groupLength?: number separator?: string label?: string subText?: string className?: string } & T