UNPKG
@foblex/flow-animator
Version:
latest (16.1.0)
16.1.0
16.0.5
16.0.1
Animation library for @foblex/flow.
github.com/foblex/f-flow-animator
foblex/f-flow-animator
@foblex/flow-animator
/
lib
/
create-connection-overlay
/
create-connection-overlay-request.d.ts
5 lines
(4 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
5
export declare
class
CreateConnectionOverlayRequest
{ readonly element: SVGPathElement; constructor(element: SVGPathElement); }