From b5c533370dc3ec564893e9b4d40e3bc6a5c6e6c4 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 21 Jun 2022 09:34:39 +0800 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/index.d.ts b/types/index.d.ts index da646a6cb..d8dd95b98 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -64,6 +64,9 @@ interface ViewUIPlusGlobalOptions { space: { size: string | number | []; }; + image: { + toolbar: []; + }; } interface ViewUIPlusInstallOptions extends ViewUIPlusGlobalOptions{