fix: removes redundant prop

This commit is contained in:
Mark Mankarious 2023-10-12 16:39:33 +01:00
parent be551cbc31
commit 0b64ffd27a

View file

@ -30,6 +30,5 @@ export interface IsoflowProps {
width?: number | string;
height?: number | string;
debugMode?: boolean;
hideMainMenu?: boolean;
editorMode?: keyof typeof EditorModeEnum;
}