@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
16 lines (14 loc) • 410 B
JavaScript
import { jsx } from "react/jsx-runtime";
//#region src/brand/BrandLoading/index.tsx
const BrandLoading = ({ size, text, ...rest }) => {
return /* @__PURE__ */ jsx(text, {
className: "lobe-brand-loading",
size,
...rest
});
};
BrandLoading.displayName = "BrandLoading";
var BrandLoading_default = BrandLoading;
//#endregion
export { BrandLoading_default as default };
//# sourceMappingURL=index.mjs.map