frontend-plugin-api: add support for accessing extensions from plugin instance

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-08-08 16:19:54 +02:00
parent 57cb03d6b6
commit a65cfc8149
25 changed files with 564 additions and 152 deletions
+1
View File
@@ -11,6 +11,7 @@ const _default: BackstagePlugin<
{
kubernetes: RouteRef<undefined>;
},
{},
{}
>;
export default _default;