7 lines
275 B
JavaScript
7 lines
275 B
JavaScript
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||
|
|
//#region ../../packages/components/descriptions/src/token.ts
|
||
|
|
const descriptionsKey = Symbol("elDescriptions");
|
||
|
|
//#endregion
|
||
|
|
exports.descriptionsKey = descriptionsKey;
|
||
|
|
|
||
|
|
//# sourceMappingURL=token.js.map
|