13 lines
384 B
JavaScript
13 lines
384 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "renderTeachingPopover_unstable", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return renderTeachingPopover_unstable;
|
|
}
|
|
});
|
|
const _reactpopover = require("@fluentui/react-popover");
|
|
const renderTeachingPopover_unstable = _reactpopover.renderPopover_unstable;
|