UNPKG
@antv/adjust
Version:
beta (0.2.2)
latest (0.2.5)
0.2.5
0.2.3
0.2.2
0.2.1
0.2.1-beta.2
0.2.1-beta.1
0.2.0
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-beta.1
0.0.1
0.0.1-beta.2
0.0.1-beta.1
The adjust module for G2, F2.
github.com/antvis/adjust
antvis/adjust
@antv/adjust
/
lib
/
index.d.ts
5 lines
(4 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
5
import
{ getAdjust, registerAdjust }
from
'./factory'
;
import
Adjust
from
'./adjusts/adjust'
;
export
{ getAdjust, registerAdjust,
Adjust
};
export
*
from
'./interface'
;