UNPKG
@dagrejs/dagre
Version:
latest (3.0.0)
3.0.0
2.0.4
2.0.3
2.0.1
2.0.0
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.8.0
0.7.5
Graph layout for JavaScript
github.com/dagrejs/dagre
dagrejs/dagre
@dagrejs/dagre
/
dist
/
types
/
lib
/
position
/
index.d.ts
5 lines
•
251 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Graph
}
from
'@dagrejs/graphlib'
;
import
type
{
EdgeLabel
,
GraphLabel
,
NodeLabel
}
from
"../types"
;
export
{ position };
declare
function
position
(
graph
:
Graph
<
GraphLabel
,
NodeLabel
,
EdgeLabel
>
):
void
;
//# sourceMappingURL=index.d.ts.map