// @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';