@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
21 lines (19 loc) • 506 B
TypeScript
interface DefaultIconDefinition {
label: string;
icons: string[][] | ReadonlyArray<ReadonlyArray<string>>;
}
declare const PRODUCT_EXPERIENCE_ICON_SELECTOR: {
EVENTS: {
ICON_SELECTOR: string;
};
COMPONENTS: {
ICON_SELECTOR_WRAPPER_COMPONENT: string;
};
ACTIONS: {
OPEN_ICON_SELECTOR: string;
ICON_SELECTED: string;
};
};
export { PRODUCT_EXPERIENCE_ICON_SELECTOR };
export type { DefaultIconDefinition };
//# sourceMappingURL=index.d.ts.map