UNPKG
@zhouchangju/standard-chart
Version:
latest (1.10.2-alpha-20250806)
1.10.2-alpha-20250806
标准范式组件
@zhouchangju/standard-chart
/
types
/
extension
/
series
/
dvRelationshipDiagram
/
util.d.ts
5 lines
(4 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
import
{
Path
,
PathProps
}
from
'zrender'
;
export
declare
function
createEl
(
elOption
: {
type
:
string
; }
):
Path
<
PathProps
>;