UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

8 lines (7 loc) 186 B
import { BitService } from 'ngx-bit'; export declare class BitHistoryDirective { private bit; bitHistory: string; constructor(bit: BitService); onClick(): void; }