Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-nav/lib-commonjs/AppItemStatic.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, {
AppItemStatic: function() {
return _index.AppItemStatic;
},
appItemStaticClassNames: function() {
return _index.appItemStaticClassNames;
},
renderAppItemStatic_unstable: function() {
return _index.renderAppItemStatic_unstable;
},
useAppItemStaticStyles_unstable: function() {
return _index.useAppItemStaticStyles_unstable;
},
useAppItemStatic_unstable: function() {
return _index.useAppItemStatic_unstable;
}
});
const _index = require("./components/AppItemStatic/index");