fui-material 1.0.41-beta → 1.0.42-beta

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,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  export interface IfExportHtmlOrJsxToWord {
3
2
  tableId?: string;
4
3
  divId?: string;
5
4
  fileName: string;
6
- jsxElement?: JSX.Element;
5
+ jsxElement?: string;
7
6
  format?: 'A4' | 'A3' | 'A2' | 'A1';
8
7
  orientation?: 'landscape' | 'vertical';
9
8
  }
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import React, { FC } from 'react';
4
3
 
@@ -697,7 +696,7 @@ interface IfExportHtmlOrJsxToWord {
697
696
  tableId?: string;
698
697
  divId?: string;
699
698
  fileName: string;
700
- jsxElement?: JSX.Element;
699
+ jsxElement?: string;
701
700
  format?: 'A4' | 'A3' | 'A2' | 'A1';
702
701
  orientation?: 'landscape' | 'vertical';
703
702
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "1.0.41-beta",
3
+ "version": "1.0.42-beta",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"