Files
starface-outlook-sync-addin/node_modules/@fluentui/react/lib-commonjs/components/TeachingBubble/TeachingBubble.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
493 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TeachingBubble = void 0;
var Utilities_1 = require("../../Utilities");
var TeachingBubble_base_1 = require("./TeachingBubble.base");
var TeachingBubble_styles_1 = require("./TeachingBubble.styles");
exports.TeachingBubble = (0, Utilities_1.styled)(TeachingBubble_base_1.TeachingBubbleBase, TeachingBubble_styles_1.getStyles, undefined, { scope: 'TeachingBubble' });
//# sourceMappingURL=TeachingBubble.js.map