UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

13 lines (11 loc) 311 B
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 };