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

29 lines
751 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, {
AriaLive: function() {
return _index.AriaLive;
},
ariaLiveClassNames: function() {
return _index.ariaLiveClassNames;
},
renderAriaLive_unstable: function() {
return _index.renderAriaLive_unstable;
},
useAriaLiveStyles_unstable: function() {
return _index.useAriaLiveStyles_unstable;
},
useAriaLive_unstable: function() {
return _index.useAriaLive_unstable;
}
});
const _index = require("./components/AriaLive/index");