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

10 lines
443 B
JavaScript

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