UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

19 lines 580 B
export class ConnectionLayoutSpec { /** * @param {ConnectionEndpointLayoutSpec} source * @param {ConnectionEndpointLayoutSpec} target * @returns {ConnectionLayoutSpec} */ static from(source: ConnectionEndpointLayoutSpec, target: ConnectionEndpointLayoutSpec): ConnectionLayoutSpec; /** * * @type {ConnectionEndpointLayoutSpec} */ source: ConnectionEndpointLayoutSpec; /** * * @type {ConnectionEndpointLayoutSpec} */ target: ConnectionEndpointLayoutSpec; } //# sourceMappingURL=ConnectionLayoutSpec.d.ts.map