plugins: update API report to match new BackstagePlugin type

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-09-25 09:52:46 +02:00
parent 322bbcae24
commit df97115aac
74 changed files with 24 additions and 79 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ export const Shortcuts: (props: ShortcutsProps) => JSX_2.Element;
export const shortcutsApiRef: ApiRef<ShortcutApi>;
// @public (undocumented)
export const shortcutsPlugin: BackstagePlugin<{}, {}, {}>;
export const shortcutsPlugin: BackstagePlugin<{}, {}>;
// @public
export interface ShortcutsProps {