terriajs
Version:
Geospatial data visualization platform.
15 lines (12 loc) • 536 B
TypeScript
declare namespace FeatureInfoCatalogItemScssNamespace {
export interface IFeatureInfoCatalogItemScss {
"message-item": string;
messageItem: string;
sections: string;
}
}
declare const FeatureInfoCatalogItemScssModule: FeatureInfoCatalogItemScssNamespace.IFeatureInfoCatalogItemScss & {
/** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
locals: FeatureInfoCatalogItemScssNamespace.IFeatureInfoCatalogItemScss;
};
export = FeatureInfoCatalogItemScssModule;