unlayer-types 1.242.0 → 1.244.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 +0 -1
- package/package.json +1 -1
package/embed.d.ts
CHANGED
@@ -3048,7 +3048,6 @@ declare module "embed/Editor" {
|
|
3048
3048
|
export const LATEST_VERSION: string;
|
3049
3049
|
export const STABLE_VERSION: string;
|
3050
3050
|
export const ENV_VERSION: string;
|
3051
|
-
export const DEFAULT_VERSION: string;
|
3052
3051
|
export class Editor {
|
3053
3052
|
frame: Frame | null;
|
3054
3053
|
constructor(config?: Config);
|
package/package.json
CHANGED