survey-react-ui 1.9.62 → 1.9.64

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "1.9.62",
3
+ "version": "1.9.64",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -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
- declare module 'survey-react-ui' { import main = require('entries/react-ui-model'); export = main; }
1347
+
1348
+ declare module "survey-react-ui" { import main = require("entries/react-ui-model"); export = main; }