mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +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;
|
||||
height?: number | string;
|
||||
debugMode?: boolean;
|
||||
hideMainMenu?: boolean;
|
||||
editorMode?: keyof typeof EditorModeEnum;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue