UNPKG

ng-otp-input

Version:

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

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