UNPKG

@eclipse-glsp/client

Version:

A sprotty-based client for GLSP

8 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Grid = void 0; var Grid; (function (Grid) { Grid.DEFAULT = { x: 10, y: 10 }; })(Grid || (exports.Grid = Grid = {})); //# sourceMappingURL=grid.js.map