Files
powerpoint-toolbox/node_modules/@fluentui/react-dialog/lib-commonjs/components/DialogBackdropMotion.js
T
2025-03-07 19:22:02 +01:00

13 lines
393 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "DialogBackdropMotion", {
enumerable: true,
get: function() {
return DialogBackdropMotion;
}
});
const _reactmotioncomponentspreview = require("@fluentui/react-motion-components-preview");
const DialogBackdropMotion = _reactmotioncomponentspreview.FadeRelaxed;