UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

14 lines (13 loc) 405 B
"use client"; import { jsx as s } from "react/jsx-runtime"; import { forwardRef as t } from "react"; import a from "classnames"; import p from "./Text.module.css.js"; const f = t( ({ children: r, className: e, ...m }, o) => /* @__PURE__ */ s("pre", { ...m, className: a(p.preformatted, e), ref: o, children: r }) ); f.displayName = "Pre"; export { f as Pre }; //# sourceMappingURL=Preformatted.js.map