@fangzsx/component-library 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6711,8 +6711,8 @@ process.env.NODE_ENV !== "production" && (No.propTypes = {
|
|
|
6711
6711
|
variant: d.oneOfType([d.oneOf(["contained", "outlined", "text"]), d.string])
|
|
6712
6712
|
});
|
|
6713
6713
|
function vl(e) {
|
|
6714
|
-
const { className: t,
|
|
6715
|
-
return /* @__PURE__ */ pe(xo, { spacing: 2, direction: "row", children: /* @__PURE__ */ pe(No, { className: t, variant: "text", ...
|
|
6714
|
+
const { className: t, children: r, ...n } = e;
|
|
6715
|
+
return /* @__PURE__ */ pe(xo, { spacing: 2, direction: "row", children: /* @__PURE__ */ pe(No, { className: t, variant: "text", ...n, children: r }) });
|
|
6716
6716
|
}
|
|
6717
6717
|
export {
|
|
6718
6718
|
vl as Button
|