@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
10 lines (9 loc) • 398 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { FormattedMessage as r } from "react-intl";
const t = () => /* @__PURE__ */ e("div", { className: "spinner-border text-primary", role: "status", children: /* @__PURE__ */ e("span", { className: "sr-only", children: /* @__PURE__ */ e(r, { id: "eAmrdi", defaultMessage: [{
type: 0,
value: "Loading..."
}] }) }) });
export {
t as default
};