UNPKG

react-d3-axis

Version:
6 lines (5 loc) 312 B
// @flow export {default as axisPropsFromTickScale} from './axisPropsFromTickScale'; export {default as axisPropsFromBandedScale} from './axisPropsFromBandedScale'; export {default as Axis, TOP, RIGHT, BOTTOM, LEFT} from './Axis'; export type {TickScale, BandedScale, Scaler, Orients, AxisStyle} from './types';