@micromerce/formbuilder-react 1.0.812 → 1.0.813
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.
|
@@ -253,6 +253,7 @@ export declare const useDraggable: () => {
|
|
|
253
253
|
export declare const useDropLine: () => {
|
|
254
254
|
dropLine: any;
|
|
255
255
|
};
|
|
256
|
+
export declare const getBlocksWithId: jest.Mock<any[], [], any>;
|
|
256
257
|
export declare const isType: (_editor: any, element: any, types: string[]) => boolean;
|
|
257
258
|
export declare const KEYS: {
|
|
258
259
|
column: string;
|