UNPKG

angular-otp-box

Version:

Angular otp input field component for web applications. Easy to integrate and use.

5 lines (4 loc) 143 B
import { PipeTransform } from '@angular/core'; export declare class KeysPipe implements PipeTransform { transform(value: any): string[]; }