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