frontend-plugin-api: fix alpha API report exports

Re-export the PluginWrapperBlueprint support types from the alpha entrypoint and regenerate the affected API reports so verify passes after the rebase.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 13:37:17 +01:00
parent 7ffb61b703
commit 11328fc31b
4 changed files with 723 additions and 100 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ const appPlugin: OverridableFrontendPlugin<
icons: ExtensionInput<
ConfigurableExtensionDataRef<
{
[x: string]: IconElement | IconComponent;
[x: string]: IconComponent | IconElement;
},
'core.icons',
{}