UNPKG

ngx-otp-pin-input

Version:

An Angular library for OTP input fields, providing a customizable and user-friendly way to handle one-time passwords.

15 lines (14 loc) 325 B
export declare const DEFAULT_CONFIG: { length: number; className: string; style: { width: number; height: number; fontSize: number; spacing: number; borderWidth: number; borderRadius: number; borderColor: string; borderFocusColor: string; }; };