@intility/bifrost-react-select
Version:
React select component for Intility's design system, Bifrost.
19 lines • 511 B
JavaScript
import { c as _c } from "react-compiler-runtime";
import { Icon } from "@intility/bifrost-react";
import bfSpinner from "../assets/bfSpinner.js";
import { jsx as _jsx } from "react/jsx-runtime";
export default function LoadingIndicator() {
const $ = _c(1);
let t0;
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
t0 = /*#__PURE__*/_jsx(Icon, {
icon: bfSpinner,
spin: true,
className: "bf-input-loading-icon"
});
$[0] = t0;
} else {
t0 = $[0];
}
return t0;
}