first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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