import JSCharting from './components/jscharting.vue';
import JSCLabel from './components/jsclabel.vue';
import JSCGrid from './components/jscgrid.vue';
import * as JSC from 'jscharting';
export default JSCharting;
export { JSCharting, JSCLabel, JSCGrid, JSC };