UNPKG

@payfit/unity-components

Version:

18 lines (17 loc) 503 B
import { Text as e } from "../../text/Text.js"; import { forwardRef as t } from "react"; import { jsx as n } from "react/jsx-runtime"; //#region src/components/list-view/parts/ListViewItemLabel.tsx var r = t(({ children: t, ...r }, i) => /* @__PURE__ */ n(e, { ...r, ref: i, color: "inherit", variant: "action", "data-dd-privacy": "mask", "data-unity-slot": "ListViewItemLabel", lineClamp: 3, children: t })); r.displayName = "ListViewItemLabel"; //#endregion export { r as ListViewItemLabel };