@plait/mind 0.75.0-next.5 → 0.75.0-next.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plait/mind",
3
- "version": "0.75.0-next.5",
3
+ "version": "0.75.0-next.7",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
@@ -0,0 +1,5 @@
1
+ import { MindElement } from '../interfaces/element';
2
+ export declare const isNormalizedData: (element: MindElement) => boolean;
3
+ export declare const isNormalizedWidthAndHeight: (element: MindElement) => boolean;
4
+ export declare const fixMindElementData: (element: MindElement) => void;
5
+ export declare const fixMindElementWidthAndHeight: (element: MindElement) => void;