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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user