welcome-ui
Version:
Customizable design system with react • styled-components • styled-system and ariakit.
14 lines (13 loc) • 360 B
JavaScript
"use client";
import { j as t } from "./jsx-runtime-B7I4PJ0H.mjs";
import n from "react";
const p = (e) => n.Children.toArray(e).map(
(r) => (
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
/* @ts-ignore */
["number", "string"].includes(typeof r) ? /* @__PURE__ */ t.jsx("span", { children: r }, r) : r
)
);
export {
p as w
};