ngx-bit
Version:
A flexible NG-ZORRO helper library
11 lines (10 loc) • 349 B
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
import { NgModel } from '@angular/forms';
import { ListByPage } from 'ngx-bit';
export declare class BitSearchChangeDirective implements OnInit {
private model;
bitSearchChange: ListByPage;
after: EventEmitter<any>;
constructor(model: NgModel);
ngOnInit(): void;
}