UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

17 lines (11 loc) 330 B
/** * fomantic-ui-react v0.0.1-alpha.10 * (c) 2022 FireLoong <fireloong@foxmail.com> * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Loading = function Loading(props) {}; Loading.displayName = "Loading"; exports["default"] = Loading; //# sourceMappingURL=Loading.js.map