@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
9 lines (7 loc) • 554 B
TypeScript
declare const weatherIcons: readonly [readonly ["sun"], readonly ["sunlight"], readonly ["cloud1"], readonly ["rain"], readonly ["winter"], readonly ["storm"], readonly ["keep-dry", "umbrella"]];
declare const weatherIconCategory: {
readonly label: "Weather`icons-category`";
readonly icons: readonly [readonly ["sun"], readonly ["sunlight"], readonly ["cloud1"], readonly ["rain"], readonly ["winter"], readonly ["storm"], readonly ["keep-dry", "umbrella"]];
};
export { weatherIconCategory, weatherIcons };
//# sourceMappingURL=index.d.ts.map