UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

30 lines (27 loc) 1.16 kB
import * as _c8y_ngx_components_widgets_implementations_cockpit_welcome from '@c8y/ngx-components/widgets/implementations/cockpit-welcome'; import * as _angular_core from '@angular/core'; declare const cockpitWelcomeWidgetDefinition: { id: "cockpit.welcome.widget"; label: "Welcome to Cockpit"; description: "Displays a welcome message for Cockpit"; loadComponent: () => Promise<_angular_core.Type<any> | typeof _c8y_ngx_components_widgets_implementations_cockpit_welcome.WelcomeToCockpitComponent>; previewImage: string; data: { settings: { noNewWidgets: false; widgetDefaults: { _width: number; _height: number; }; ng1: { options: { noDeviceTarget: true; groupsSelectable: false; }; }; }; }; }; declare const cockpitWelcomeWidgetProviders: (_angular_core.ValueProvider | _angular_core.ClassProvider | _angular_core.ExistingProvider)[]; export { cockpitWelcomeWidgetDefinition, cockpitWelcomeWidgetProviders }; //# sourceMappingURL=index.d.ts.map