Source: plot/core/index.js

/**
 * A super module that collects available sub-modules.
 *
 * @namespace vef.plot.core
 * @memberof vef.plot
 */

export * from './PlotlyRoot.js';
export * from './PlotlyExtensions.js';

import * as utils from './utils/index.js';
export { utils };