fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
21 lines (15 loc) • 438 B
JavaScript
/**
* fomantic-ui-react v0.0.1-alpha.10
* (c) 2022 FireLoong <fireloong@foxmail.com>
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var text_Text = require('./Text.js');
require('../_chunks/dep-6ab59a61.js');
require('../_chunks/dep-03754121.js');
require('react');
var Text = text_Text["default"];
exports.Text = Text;
exports["default"] = Text;
//# sourceMappingURL=index.js.map