unlayer-types 1.135.0 → 1.140.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 +1 -0
- package/package.json +1 -1
package/embed.d.ts
CHANGED
@@ -1577,6 +1577,7 @@ declare module "engine/config/safeHtml" {
|
|
1577
1577
|
}
|
1578
1578
|
export function isSafeHtmlEnabled(): boolean;
|
1579
1579
|
export function enableSafeHtml(): void;
|
1580
|
+
export function disableSafeHtml(): void;
|
1580
1581
|
export function setSafeHtmlOptions(options?: SafeHtmlOptions): void;
|
1581
1582
|
function _toSafeHtmlInternal(html: string, { allowOnClick, force }?: {
|
1582
1583
|
allowOnClick?: boolean;
|
package/package.json
CHANGED