cx 26.0.10 → 26.0.11

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.
@@ -0,0 +1,3 @@
1
+ import { jsx } from "./jsx-runtime";
2
+ export declare const jsxDEV: typeof jsx;
3
+ export declare const jsxsDEV: typeof jsx;
@@ -0,0 +1,3 @@
1
+ import { jsx, jsxs } from "./jsx-runtime";
2
+ export const jsxDEV = jsx;
3
+ export const jsxsDEV = jsxs;