angular-otp-box
Version:
Angular otp input field component for web applications. Easy to integrate and use.
17 lines (16 loc) • 341 B
TypeScript
export declare class Setting {
inputStyles?: {
[key: string]: any;
};
wrapperStyles?: {
[key: string]: any;
};
allowKeyCodes?: string[];
length: number;
numbersOnly?: boolean;
inputClass?: string;
wrapperClass?: string;
timer?: number;
btnClass?: string;
timerType?: number;
}