From 0b64ffd27a97c5100a89748d363cdc2b3e201e35 Mon Sep 17 00:00:00 2001 From: Mark Mankarious Date: Thu, 12 Oct 2023 16:39:33 +0100 Subject: [PATCH] fix: removes redundant prop --- src/types/inputs.ts | 1 - 1 file changed, 1 deletion(-) 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; }