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
/
dist
/
index.d.ts
4 lines
(3 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
axisPropsFromTickScale }
from
'./axisPropsFromTickScale'
;
export
{
default
as
Axis
,
TOP
,
RIGHT
,
BOTTOM
,
LEFT
, }
from
'./Axis'
;
export
type
{
Scaler
,
Orients
,
AxisStyle
}
from
'./types'
;