unlayer-types 1.5.42 → 1.5.43
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
@@ -191,6 +191,7 @@ declare module "state/types/index" {
|
|
191
191
|
export type Variant = 'amp' | null;
|
192
192
|
export type Device = 'desktop' | 'mobile' | 'tablet';
|
193
193
|
export type Theme = 'light' | 'dark';
|
194
|
+
export type Ui = 'none' | 'visual' | 'classic';
|
194
195
|
export interface MergeTag {
|
195
196
|
name: string;
|
196
197
|
value?: string;
|
package/package.json
CHANGED