@itexpert-dev/base-universal-table
Version:
base universal table for build tables
9 lines • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var IUniversalTableCellPosition = (function () {
function IUniversalTableCellPosition() {
}
return IUniversalTableCellPosition;
}());
exports.IUniversalTableCellPosition = IUniversalTableCellPosition;
//# sourceMappingURL=IUniversalTableCellPosition.js.map