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

9 lines
490 B
JavaScript

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