@pdfme/jsx 6.1.12-dev.11 → 6.1.12-dev.7

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.
@@ -3,7 +3,7 @@ import type { PdfJsxChild, PdfJsxElement, PdfJsxFragment } from './types.js';
3
3
  type Component = (props: Record<string, unknown>) => PdfJsxChild;
4
4
  export { Fragment };
5
5
  export declare const jsx: (type: Component | typeof Fragment, props: Record<string, unknown> | null, key?: string | number | null) => PdfJsxChild;
6
- export declare const jsxs: typeof jsx;
6
+ export declare const jsxs: (type: Component | typeof Fragment, props: Record<string, unknown> | null, key?: string | number | null) => PdfJsxChild;
7
7
  export declare namespace JSX {
8
8
  type Element = PdfJsxElement | PdfJsxFragment;
9
9
  interface ElementChildrenAttribute {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/jsx",
3
- "version": "6.1.12-dev.11",
3
+ "version": "6.1.12-dev.7",
4
4
  "description": "Author pdfme templates with JSX stacking layout primitives.",
5
5
  "keywords": [
6
6
  "jsx",