@arcgis/map-components
Version:
ArcGIS Map Components
11 lines (10 loc) • 435 B
TypeScript
export declare const css: {
readonly base: "arcgis-weather";
readonly content: "arcgis-weather__content";
readonly hasError: "arcgis-weather__content--has-error";
readonly selector: "arcgis-weather__selector";
readonly options: "arcgis-weather__options";
readonly optionsHidden: "arcgis-weather__options--hidden";
readonly error: "arcgis-weather__error";
readonly warning: "arcgis-weather__warning";
};