unlayer-types 1.5.52 → 1.5.54
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 -0
- package/package.json +1 -1
package/embed.d.ts
CHANGED
@@ -1441,6 +1441,8 @@ declare module "embed/Editor" {
|
|
1441
1441
|
import { AppearanceConfig, Audit, DesignTagsConfig, Device, DisplayConditions, DisplayMode, JSONTemplate, LinkTypes, LinkTypesSharedConfig, MergeTags, MergeTagsConfig, SpecialLink, Tabs, Translations, User, Validator } from "state/types/index";
|
1442
1442
|
import { BodyValues } from "engine/options/bodies";
|
1443
1443
|
import { Locale, TextDirection } from "engine/config/intl";
|
1444
|
+
export const LATEST_VERSION: string;
|
1445
|
+
export const STABLE_VERSION: string;
|
1444
1446
|
export class Editor {
|
1445
1447
|
frame: Frame | null;
|
1446
1448
|
constructor(config?: Config);
|
package/package.json
CHANGED