UNPKG
react-d3-axis-mod
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
React-based Axis component for D3 (fork with text shadow)
cmdcolin/react-d3-axis-mod
react-d3-axis-mod
/
src
/
index.ts
6 lines
(5 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
export
{
default
as
axisPropsFromTickScale }
from
'./axisPropsFromTickScale'
;
export
{
default
as
Axis
,
TOP
,
RIGHT
,
BOTTOM
,
LEFT
, }
from
'./Axis'
;
export
type
{
Scaler
,
Orients
,
AxisStyle
}
from
'./types'
;