@equinor/videx-wellog
Version:
Visualisation components for wellbore log data
8 lines (7 loc) • 369 B
TypeScript
export { default as Plot } from './plot';
export { default as LinePlot } from './line-plot';
export { default as AreaPlot } from './area-plot';
export { default as DipPlot } from './dip-plot';
export { default as DotPlot } from './dot-plot';
export { default as DifferentialPlot } from './differential-plot';
export { default as LineStepPlot } from './line-step-plot';