alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
13 lines (11 loc) • 311 B
JavaScript
import "../chunks/chunk-U5RRZUYZ.js";
// src/ui/TextLabel.tsx
import { jsx } from "react/jsx-runtime";
function TextLabel({ label, ...props }) {
if (typeof label !== "string")
throw "Todo: translated labels";
return /* @__PURE__ */ jsx("span", { ...props, children: label });
}
export {
TextLabel
};