unlayer-types 1.5.12 → 1.5.23
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 +1 -0
- package/package.json +1 -1
package/embed.d.ts
CHANGED
@@ -1389,6 +1389,7 @@ declare module "embed/Editor" {
|
|
1389
1389
|
constructor(config?: Config);
|
1390
1390
|
init(config?: Config): void;
|
1391
1391
|
destroy(): void;
|
1392
|
+
version: string | undefined;
|
1392
1393
|
loadEditor(config: Config): void;
|
1393
1394
|
renderEditor(config: Config): void;
|
1394
1395
|
initEditor(config: Config): void;
|
package/package.json
CHANGED