Private
Public Access
1
0
Files

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;