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

29 lines
795 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, {
DrawerFooter: function() {
return _index.DrawerFooter;
},
drawerFooterClassNames: function() {
return _index.drawerFooterClassNames;
},
renderDrawerFooter_unstable: function() {
return _index.renderDrawerFooter_unstable;
},
useDrawerFooterStyles_unstable: function() {
return _index.useDrawerFooterStyles_unstable;
},
useDrawerFooter_unstable: function() {
return _index.useDrawerFooter_unstable;
}
});
const _index = require("./components/DrawerFooter/index");