UNPKG

@deltares/fews-web-oc-charts

Version:
4 lines (3 loc) 184 B
import * as d3 from 'd3'; import { AxisOrientation } from './axisOrientation.js'; export declare function createAxis(orientation: AxisOrientation, scale: any): d3.Axis<d3.AxisDomain>;