import pkg from '../package.json'; import * as BSpline from './BSpline'; import * as glutils from './glutils'; import * as legend from './legend'; import * as rangeslider from './rangeslider'; import * as slider from './slider'; import * as smartslider from './smartslider'; import * as timeline from './timeline'; import * as timeslider from './timeslider'; import * as ui from './ui'; export { BSpline, glutils, legend, rangeslider, slider, smartslider, timeline, timeslider, ui }; const version = pkg.version;