Fix exports and api reports

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-09-13 15:34:36 +02:00
parent 5d4c45580c
commit 0edd307a69
6 changed files with 33 additions and 5 deletions
+4
View File
@@ -26,6 +26,10 @@ export interface ExtensionTree {
getExtension(id: string): ExtensionTreeNode | undefined;
// (undocumented)
getExtensionAttachments(id: string, inputName: string): ExtensionTreeNode[];
// (undocumented)
getRootRoutes(): JSX_2.Element[];
// (undocumented)
getSidebarItems(): JSX_2.Element[];
}
// @public (undocumented)