mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 04:18:29 +00:00
fix: removes redundant prop
This commit is contained in:
parent
be551cbc31
commit
0b64ffd27a
1 changed files with 0 additions and 1 deletions
|
@ -30,6 +30,5 @@ export interface IsoflowProps {
|
||||||
width?: number | string;
|
width?: number | string;
|
||||||
height?: number | string;
|
height?: number | string;
|
||||||
debugMode?: boolean;
|
debugMode?: boolean;
|
||||||
hideMainMenu?: boolean;
|
|
||||||
editorMode?: keyof typeof EditorModeEnum;
|
editorMode?: keyof typeof EditorModeEnum;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue