Merge branch 'backstage:master' into master

This commit is contained in:
Bogdan Nechyporenko
2022-07-13 10:52:04 +02:00
committed by GitHub
322 changed files with 5772 additions and 1517 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ The extension type is a simple one:
```ts
export type Extension<T> = {
expose(plugin: BackstagePlugin<any, any>): T;
expose(plugin: BackstagePlugin): T;
};
```