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
@@ -18,6 +18,10 @@ import { IconComponent, RouteRef } from '@backstage/core-plugin-api';
import { createSchemaFromZod } from '../schema/createSchemaFromZod';
import { coreExtensionData, createExtension } from '../wiring';
/**
* Helper for creating extensions for a nav item.
* @public
*/
export function createNavItemExtension(options: {
id: string;
routeRef: RouteRef;