ngx-bit
Version:
A flexible NG-ZORRO helper library
11 lines (10 loc) • 357 B
TypeScript
import { OnInit } from '@angular/core';
import { NzColDirective } from 'ng-zorro-antd/grid';
import { BitConfig } from 'ngx-bit';
export declare class BitColDirective implements OnInit {
private nzColDirective;
private config;
bitCol: string;
constructor(nzColDirective: NzColDirective, config: BitConfig);
ngOnInit(): void;
}