mtxuilib 0.0.492 → 0.0.494

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.
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  export declare const LzBigCodeByName: import("react").ComponentType<{}>;
3
+ export declare const LzBigCodeByNameV2: import("react").ComponentType<{}>;
3
4
  export declare const DemoLzByName: () => import("react").JSX.Element;
@@ -1 +1 @@
1
- "use client";import{jsx as e,jsxs as t}from"react/jsx-runtime";import i from"next/dynamic";const d="../bigcode/BigCode",m=i(()=>import(d).then(o=>o.BigCode),{ssr:!0}),n=()=>t("div",{children:[e("h1",{children:"LzBigCodeByName"}),e(m,{})]});export{n as DemoLzByName,m as LzBigCodeByName};
1
+ "use client";const d={};import{jsx as t,jsxs as B}from"react/jsx-runtime";import o from"next/dynamic";const r="../bigcode/BigCode",g=o(()=>import(r).then(e=>e.BigCode),{ssr:!0}),i=new URL("../bigcode/BigCode",d.url).toString(),m=o(()=>import(i).then(e=>e.BigCode),{ssr:!0}),p=()=>B("div",{children:[t("h1",{children:"LzBigCodeByName"}),"impUrl:",i,t(m,{})]});export{p as DemoLzByName,g as LzBigCodeByName,m as LzBigCodeByNameV2};