unlayer-types 1.289.0 → 1.292.0

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.
Files changed (2) hide show
  1. package/embed.d.ts +0 -2
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -2500,8 +2500,6 @@ declare module "engine/config/env" {
2500
2500
  Cypress?: unknown;
2501
2501
  }
2502
2502
  }
2503
- export const enableLexical: () => void;
2504
- export function showLexical(): boolean;
2505
2503
  }
2506
2504
  declare module "editor/helpers/image" {
2507
2505
  import _ from 'lodash';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.289.0",
3
+ "version": "1.292.0",
4
4
  "license": "MIT"
5
5
  }