UNPKG

react-d3-axis-mod

Version:

React-based Axis component for D3 (fork with text shadow)

6 lines (5 loc) 208 B
export { default as axisPropsFromTickScale } from './axisPropsFromTickScale'; export { default as Axis, TOP, RIGHT, BOTTOM, LEFT, } from './Axis'; export type { Scaler, Orients, AxisStyle } from './types';