survey-react-ui 1.9.62 → 1.9.63
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.
- package/package.json +1 -1
- package/survey-react-ui.d.ts +2 -1
- package/survey-react-ui.js +5 -5
- package/survey-react-ui.min.js +2 -2
package/package.json
CHANGED
package/survey-react-ui.d.ts
CHANGED
|
@@ -1344,4 +1344,5 @@ declare module "entries/react-ui-model" {
|
|
|
1344
1344
|
export { SurveyLocStringViewer } from "react/string-viewer";
|
|
1345
1345
|
export { SurveyLocStringEditor } from "react/string-editor";
|
|
1346
1346
|
}
|
|
1347
|
-
|
|
1347
|
+
|
|
1348
|
+
declare module "survey-react-ui" { import main = require("entries/react-ui-model"); export = main; }
|