@controladad/ng-base
Version:
Everything you need for Angular
10 lines (9 loc) • 544 B
TypeScript
import { CacTableColBase } from '../_table_col_base';
import * as i0 from "@angular/core";
export declare const TABLE_COL_INDEX_PROP = "___index";
export declare class CacTableColIndexComponent extends CacTableColBase {
prop: string;
startIndex: number;
static ɵfac: i0.ɵɵFactoryDeclaration<CacTableColIndexComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CacTableColIndexComponent, "cac-table-col-index", never, { "startIndex": { "alias": "startIndex"; "required": false; }; }, {}, never, never, true, never>;
}