UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

14 lines 260 B
export class BoxLayoutSpec { bounds: any; /** * * @type {ConnectionLayoutSpec[]} */ connections: ConnectionLayoutSpec[]; /** * * @type {boolean} */ locked: boolean; } //# sourceMappingURL=BoxLayoutSpec.d.ts.map