UNPKG

webcoreui

Version:

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

12 lines (11 loc) 227 B
export type OTPInputProps = { name?: string disabled?: boolean length?: number groupLength?: number separator?: string label?: string subText?: string className?: string [key: string]: any }