terriajs
Version:
Geospatial data visualization platform.
21 lines (20 loc) • 481 B
TypeScript
// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'axis': string;
'btn': string;
'btn--close-chart-panel': string;
'btnCloseChartPanel': string;
'chart': string;
'chart-panel': string;
'chartPanel': string;
'colors': string;
'header': string;
'holder': string;
'inner': string;
'loader': string;
'section-label': string;
'sectionLabel': string;
}
declare var cssExports: CssExports;
export = cssExports;