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
/
normalize.d.ts
5 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
EdgeLabel
,
Graph
,
GraphLabel
,
NodeLabel
}
from
"./types"
;
export
{ run, undo };
declare
function
run
(
graph
:
Graph
<
GraphLabel
,
NodeLabel
,
EdgeLabel
>
):
void
;
declare
function
undo
(
graph
:
Graph
<
GraphLabel
,
NodeLabel
,
EdgeLabel
>
):
void
;
//# sourceMappingURL=normalize.d.ts.map