@pilotlab/lux-types
Version:
A luxurious user experience framework, developed by your friends at Pilot.
10 lines • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var CoordinateSystem = (function () {
function CoordinateSystem() {
}
return CoordinateSystem;
}());
exports.CoordinateSystem = CoordinateSystem;
exports.default = CoordinateSystem;
//# sourceMappingURL=coordinateSystem.js.map