UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

10 lines (9 loc) 263 B
import { NavigationExtras } from '@angular/router'; import { BitService } from 'ngx-bit'; export declare class BitOpenDirective { private bit; bitOpen: any[]; extras: NavigationExtras; constructor(bit: BitService); onClick(): void; }