unlayer-types 1.277.0 → 1.279.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 +2 -1
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -2492,7 +2492,8 @@ declare module "engine/config/env" {
2492
2492
  Cypress?: unknown;
2493
2493
  }
2494
2494
  }
2495
- export const TEMP_HIDE_LEXICAL: boolean;
2495
+ export const enableLexical: () => void;
2496
+ export function showLexical(): boolean;
2496
2497
  }
2497
2498
  declare module "editor/helpers/image" {
2498
2499
  import _ from 'lodash';
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.277.0",
3
+ "version": "1.279.0",
4
4
  "license": "MIT"
5
5
  }