UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
extension
/
series
/
dvTwoWayTree
/
shape.d.ts
6 lines
(5 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
ShapeProps
= {
points
: [
number
,
number
][];
r
:
number
|
number
[]; };
export
declare
function
installCustomShape
(
):
void
;