Source: plot/core/index.js

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