UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

17 lines 448 B
export interface DefaultIconDefinition { label: string; icons: string[][] | ReadonlyArray<ReadonlyArray<string>>; } export declare const PRODUCT_EXPERIENCE_ICON_SELECTOR: { EVENTS: { ICON_SELECTOR: string; }; COMPONENTS: { ICON_SELECTOR_WRAPPER_COMPONENT: string; }; ACTIONS: { OPEN_ICON_SELECTOR: string; ICON_SELECTED: string; }; }; //# sourceMappingURL=icon-selector.model.d.ts.map