@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
11 lines • 840 B
TypeScript
import { ComparisonResult } from '../device-profile.model';
import * as i0 from "@angular/core";
export declare class DeviceProfileItemListComponent {
icon: string;
comparisonResults: ComparisonResult[];
showProfileItems: boolean;
showTextLabel: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<DeviceProfileItemListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DeviceProfileItemListComponent, "c8y-device-profile-item-list", never, { "icon": { "alias": "icon"; "required": false; }; "comparisonResults": { "alias": "comparisonResults"; "required": false; }; "showProfileItems": { "alias": "showProfileItems"; "required": false; }; "showTextLabel": { "alias": "showTextLabel"; "required": false; }; }, {}, never, never, false, never>;
}
//# sourceMappingURL=device-profile-item-list.component.d.ts.map