UNPKG

angular4-json-schema-form-updated

Version:

Angular JSON Schema Form builder

7 lines (6 loc) 188 B
import { ElementRef } from '@angular/core'; export declare class InputFocusOutDirective { private element; constructor(element: ElementRef); onKeyUp(event: any): void; }