7 lines
267 B
JavaScript
7 lines
267 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
//#region ../../packages/components/row/src/constants.ts
|
|
const rowContextKey = Symbol("rowContextKey");
|
|
//#endregion
|
|
exports.rowContextKey = rowContextKey;
|
|
|
|
//# sourceMappingURL=constants.js.map
|