mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.pickAxisId = void 0;
|
|
var pickAxisId = (_state, _axisType, axisId) => axisId;
|
|
exports.pickAxisId = pickAxisId; |