9 lines
490 B
JavaScript
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
|