UNPKG

ng-otp-input

Version:

A fully customizable, one-time password input component for the web built with Angular.

19 lines (18 loc) 426 B
export declare class Config { inputStyles?: { [key: string]: any; }; containerStyles?: { [key: string]: any; }; length: number; allowNumbersOnly?: boolean; inputClass?: string; containerClass?: string; isPasswordInput?: boolean; disableAutoFocus?: boolean; placeholder?: string; letterCase?: "Upper" | "Lower"; separator?: string; showError?: boolean; }