unlayer-types 1.276.0 → 1.278.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.
- package/embed.d.ts +2 -1
- 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
|
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