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

29 lines
718 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, {
Select: function() {
return _Select.Select;
},
renderSelect_unstable: function() {
return _Select.renderSelect_unstable;
},
selectClassNames: function() {
return _Select.selectClassNames;
},
useSelectStyles_unstable: function() {
return _Select.useSelectStyles_unstable;
},
useSelect_unstable: function() {
return _Select.useSelect_unstable;
}
});
const _Select = require("./Select");