UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

9 lines (8 loc) 302 B
import { EventEmitter, OnInit } from '@angular/core'; import { FormGroupDirective } from '@angular/forms'; export declare class BitFormSubmitDirective implements OnInit { private form; bitFormSubmit: EventEmitter<any>; constructor(form: FormGroupDirective); ngOnInit(): void; }