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

32 lines
822 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, {
AppItem: function() {
return _index.AppItem;
},
appItemClassNames: function() {
return _index.appItemClassNames;
},
renderAppItem_unstable: function() {
return _index.renderAppItem_unstable;
},
useAppItemStyles: function() {
return _index.useAppItemStyles;
},
useAppItemStyles_unstable: function() {
return _index.useAppItemStyles_unstable;
},
useAppItem_unstable: function() {
return _index.useAppItem_unstable;
}
});
const _index = require("./components/AppItem/index");