core-app-api: fix for createApp requiring all icons to be provided

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-09 22:24:29 +02:00
parent 38f5cd13a9
commit 8208e3543a
+1 -1
View File
@@ -141,7 +141,7 @@ export type AppOptions = {
/**
* Supply icons to override the default ones.
*/
icons?: AppIcons & { [key in string]: IconComponent };
icons?: Partial<AppIcons> & { [key in string]: IconComponent };
/**
* A list of all plugins to include in the app.