9 lines
204 B
JavaScript
9 lines
204 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
const rowContextKey = Symbol("rowContextKey");
|
|
|
|
exports.rowContextKey = rowContextKey;
|
|
//# sourceMappingURL=constants.js.map
|