@equinor/videx-wellog
Version:
Visualisation components for wellbore log data
8 lines (7 loc) • 475 B
TypeScript
export * from './common';
export { default as renderLinePlotLegend } from './line-plot-legend';
export { default as renderAreaPlotLegend } from './area-plot-legend';
export { default as renderDifferentialPlotLegend } from './differential-plot-legend';
export { default as renderDotPlotLegend } from './dot-plot-legend';
export { default as renderLineStepPlotLegend } from './line-step-plot-legend';
export { default as renderDefaultPlotLegend } from './default-plot-legend';