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{