ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
12 lines (11 loc) • 619 B
TypeScript
import * as i0 from "@angular/core";
export declare const DEFAULT_INPUTS_O_TABLE_COLUMN_SELECTALL: string[];
export declare class OTableColumnSelectAllDirective {
title: string;
minWidth: string;
maxWidth: string;
width: string;
resizable: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<OTableColumnSelectAllDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<OTableColumnSelectAllDirective, "o-table-column-select-all", never, { "width": "width"; "minWidth": "min-width"; "maxWidth": "max-width"; "title": "title"; "resizable": "resizable"; }, {}, never, never, false, never>;
}