11 lines
520 B
JavaScript
11 lines
520 B
JavaScript
define(["require", "exports", "@fluentui/foundation-legacy", "./Text.view", "./Text.styles"], function (require, exports, foundation_legacy_1, Text_view_1, Text_styles_1) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Text = void 0;
|
|
exports.Text = (0, foundation_legacy_1.createComponent)(Text_view_1.TextView, {
|
|
displayName: 'Text',
|
|
styles: Text_styles_1.TextStyles,
|
|
});
|
|
exports.default = exports.Text;
|
|
});
|
|
//# sourceMappingURL=Text.js.map
|