ng-otp-input
Version:
A fully customizable, one-time password input component for the web built with Angular.
17 lines (16 loc) • 387 B
TypeScript
export declare class Config {
inputStyles?: {
[key: string]: any;
};
containerStyles?: {
[key: string]: any;
};
allowKeyCodes?: string[];
length: number;
allowNumbersOnly?: boolean;
inputClass?: string;
containerClass?: string;
isPasswordInput?: boolean;
disableAutoFocus?: boolean;
placeholder?: string;
}