UNPKG

alinea

Version:
11 lines (9 loc) 241 B
import "../chunks/chunk-NZLE2WMY.js"; // src/ui/TextLabel.tsx import { jsx } from "react/jsx-runtime"; function TextLabel({ label, ...props }) { return /* @__PURE__ */ jsx("span", { ...props, children: label }); } export { TextLabel };