diff --git a/src/types/inputs.ts b/src/types/inputs.ts index 1eebf63..1c19ac8 100644 --- a/src/types/inputs.ts +++ b/src/types/inputs.ts @@ -30,6 +30,5 @@ export interface IsoflowProps { width?: number | string; height?: number | string; debugMode?: boolean; - hideMainMenu?: boolean; editorMode?: keyof typeof EditorModeEnum; }