Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-dialog/lib-commonjs/DialogContent.js

29 lines
806 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
DialogContent: function() {
return _index.DialogContent;
},
dialogContentClassNames: function() {
return _index.dialogContentClassNames;
},
renderDialogContent_unstable: function() {
return _index.renderDialogContent_unstable;
},
useDialogContentStyles_unstable: function() {
return _index.useDialogContentStyles_unstable;
},
useDialogContent_unstable: function() {
return _index.useDialogContent_unstable;
}
});
const _index = require("./components/DialogContent/index");