Outlook_Addin_LLM/node_modules/@fluentui/react-drawer/lib-commonjs/index.js

148 lines
5.0 KiB
JavaScript
Raw Permalink Normal View History

"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, {
Drawer: function() {
return _Drawer.Drawer;
},
DrawerBody: function() {
return _DrawerBody.DrawerBody;
},
DrawerFooter: function() {
return _DrawerFooter.DrawerFooter;
},
DrawerHeader: function() {
return _DrawerHeader.DrawerHeader;
},
DrawerHeaderNavigation: function() {
return _DrawerHeaderNavigation.DrawerHeaderNavigation;
},
DrawerHeaderTitle: function() {
return _DrawerHeaderTitle.DrawerHeaderTitle;
},
DrawerProvider: function() {
return _contexts.DrawerProvider;
},
InlineDrawer: function() {
return _InlineDrawer.InlineDrawer;
},
OverlayDrawer: function() {
return _OverlayDrawer.OverlayDrawer;
},
drawerBodyClassNames: function() {
return _DrawerBody.drawerBodyClassNames;
},
drawerFooterClassNames: function() {
return _DrawerFooter.drawerFooterClassNames;
},
drawerHeaderClassNames: function() {
return _DrawerHeader.drawerHeaderClassNames;
},
drawerHeaderNavigationClassNames: function() {
return _DrawerHeaderNavigation.drawerHeaderNavigationClassNames;
},
drawerHeaderTitleClassNames: function() {
return _DrawerHeaderTitle.drawerHeaderTitleClassNames;
},
inlineDrawerClassNames: function() {
return _InlineDrawer.inlineDrawerClassNames;
},
overlayDrawerClassNames: function() {
return _OverlayDrawer.overlayDrawerClassNames;
},
renderDrawerBody_unstable: function() {
return _DrawerBody.renderDrawerBody_unstable;
},
renderDrawerFooter_unstable: function() {
return _DrawerFooter.renderDrawerFooter_unstable;
},
renderDrawerHeaderNavigation_unstable: function() {
return _DrawerHeaderNavigation.renderDrawerHeaderNavigation_unstable;
},
renderDrawerHeaderTitle_unstable: function() {
return _DrawerHeaderTitle.renderDrawerHeaderTitle_unstable;
},
renderDrawerHeader_unstable: function() {
return _DrawerHeader.renderDrawerHeader_unstable;
},
renderDrawer_unstable: function() {
return _Drawer.renderDrawer_unstable;
},
renderInlineDrawer_unstable: function() {
return _InlineDrawer.renderInlineDrawer_unstable;
},
renderOverlayDrawer_unstable: function() {
return _OverlayDrawer.renderOverlayDrawer_unstable;
},
useDrawerBodyStyles_unstable: function() {
return _DrawerBody.useDrawerBodyStyles_unstable;
},
useDrawerBody_unstable: function() {
return _DrawerBody.useDrawerBody_unstable;
},
useDrawerContextValue: function() {
return _contexts.useDrawerContextValue;
},
useDrawerContext_unstable: function() {
return _contexts.useDrawerContext_unstable;
},
useDrawerFooterStyles_unstable: function() {
return _DrawerFooter.useDrawerFooterStyles_unstable;
},
useDrawerFooter_unstable: function() {
return _DrawerFooter.useDrawerFooter_unstable;
},
useDrawerHeaderNavigationStyles_unstable: function() {
return _DrawerHeaderNavigation.useDrawerHeaderNavigationStyles_unstable;
},
useDrawerHeaderNavigation_unstable: function() {
return _DrawerHeaderNavigation.useDrawerHeaderNavigation_unstable;
},
useDrawerHeaderStyles_unstable: function() {
return _DrawerHeader.useDrawerHeaderStyles_unstable;
},
useDrawerHeaderTitleStyles_unstable: function() {
return _DrawerHeaderTitle.useDrawerHeaderTitleStyles_unstable;
},
useDrawerHeaderTitle_unstable: function() {
return _DrawerHeaderTitle.useDrawerHeaderTitle_unstable;
},
useDrawerHeader_unstable: function() {
return _DrawerHeader.useDrawerHeader_unstable;
},
useDrawerStyles_unstable: function() {
return _Drawer.useDrawerStyles_unstable;
},
useDrawer_unstable: function() {
return _Drawer.useDrawer_unstable;
},
useInlineDrawerStyles_unstable: function() {
return _InlineDrawer.useInlineDrawerStyles_unstable;
},
useInlineDrawer_unstable: function() {
return _InlineDrawer.useInlineDrawer_unstable;
},
useOverlayDrawerStyles_unstable: function() {
return _OverlayDrawer.useOverlayDrawerStyles_unstable;
},
useOverlayDrawer_unstable: function() {
return _OverlayDrawer.useOverlayDrawer_unstable;
}
});
const _contexts = require("./contexts");
const _Drawer = require("./Drawer");
const _OverlayDrawer = require("./OverlayDrawer");
const _InlineDrawer = require("./InlineDrawer");
const _DrawerBody = require("./DrawerBody");
const _DrawerHeader = require("./DrawerHeader");
const _DrawerHeaderTitle = require("./DrawerHeaderTitle");
const _DrawerHeaderNavigation = require("./DrawerHeaderNavigation");
const _DrawerFooter = require("./DrawerFooter");