UNPKG

488 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.TeachingBubble = void 0;
4var Utilities_1 = require("../../Utilities");
5var TeachingBubble_base_1 = require("./TeachingBubble.base");
6var TeachingBubble_styles_1 = require("./TeachingBubble.styles");
7exports.TeachingBubble = Utilities_1.styled(TeachingBubble_base_1.TeachingBubbleBase, TeachingBubble_styles_1.getStyles, undefined, { scope: 'TeachingBubble' });
8//# sourceMappingURL=TeachingBubble.js.map
\No newline at end of file