Source: plot/index.js

  1. /**
  2. * A super module that collects available sub-modules.
  3. *
  4. * @namespace vef.plot
  5. * @memberof vef
  6. */
  7. import * as buttons from './buttons/index.js';
  8. export { buttons };
  9. import * as core from './core/index.js';
  10. export { core };
  11. import * as templates from './templates/index.js';
  12. export { templates };
  13. export * from './utils.js';