UNPKG

@alfresco/adf-core

Version:
14 lines (13 loc) 579 B
import { LicenseData } from '../interfaces'; import * as i0 from "@angular/core"; export declare class AboutLicenseListComponent { columns: { columnDef: string; header: string; cell: (row: LicenseData) => string; }[]; displayedColumns: string[]; data: LicenseData[]; static ɵfac: i0.ɵɵFactoryDeclaration<AboutLicenseListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AboutLicenseListComponent, "adf-about-license-list", never, { "data": { "alias": "data"; "required": true; }; }, {}, never, never, true, never>; }