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

29 lines
762 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, {
InfoLabel: function() {
return _index.InfoLabel;
},
infoLabelClassNames: function() {
return _index.infoLabelClassNames;
},
renderInfoLabel_unstable: function() {
return _index.renderInfoLabel_unstable;
},
useInfoLabelStyles_unstable: function() {
return _index.useInfoLabelStyles_unstable;
},
useInfoLabel_unstable: function() {
return _index.useInfoLabel_unstable;
}
});
const _index = require("./components/InfoLabel/index");