8 lines
556 B
JavaScript
8 lines
556 B
JavaScript
define(["require", "exports", "@fluentui/theme"], function (require, exports, theme_1) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.AnimationVariables = exports.AnimationStyles = void 0;
|
|
Object.defineProperty(exports, "AnimationStyles", { enumerable: true, get: function () { return theme_1.AnimationStyles; } });
|
|
Object.defineProperty(exports, "AnimationVariables", { enumerable: true, get: function () { return theme_1.AnimationVariables; } });
|
|
});
|
|
//# sourceMappingURL=AnimationStyles.js.map
|