@micromerce/formbuilder-react 1.0.857 → 1.0.858

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.
@@ -254,6 +254,12 @@ export declare const useDropLine: () => {
254
254
  dropLine: any;
255
255
  };
256
256
  export declare const getBlocksWithId: jest.Mock<any[], [], any>;
257
+ export declare const deserializeHtml: jest.Mock<{
258
+ type: string;
259
+ children: {
260
+ text: string;
261
+ }[];
262
+ }[], [_editor: any, opts: any], any>;
257
263
  export declare const isType: (_editor: any, element: any, types: string[]) => boolean;
258
264
  export declare const KEYS: {
259
265
  table: string;