UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

21 lines (19 loc) 557 B
import * as pollutionFactors from './pollutionFactors'; import * as waterLevel from './waterLevel'; import * as stationType from './stationType'; import * as mapUtils from './mapUtils'; import colorUtils from './colorUtils'; import * as crypto from './crypto'; import download from './download'; import * as svg from './svg'; var utils = { mapUtils: mapUtils, pollutionFactors: pollutionFactors, waterLevel: waterLevel, stationType: stationType, colorUtils: colorUtils, crypto: crypto, download: download, svg: svg }; export default utils;