bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
14 lines (13 loc) • 540 B
TypeScript
import * as i0 from "@angular/core";
/**
* Componenente que muestra un paginador en la sección footer.
**/
export declare class BitColumnBooleanComponent {
data: any;
field: string;
textTrue: string;
textFalse: string;
constructor();
static ɵfac: i0.ɵɵFactoryDef<BitColumnBooleanComponent, never>;
static ɵcmp: i0.ɵɵComponentDefWithMeta<BitColumnBooleanComponent, "bit-column-boolean", never, { "data": "data"; "field": "field"; "textTrue": "textTrue"; "textFalse": "textFalse"; }, {}, never, never>;
}