chore: updating api-report

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-09-09 16:12:06 +02:00
parent 81dd70aebd
commit 0f5b2d6489
2 changed files with 52 additions and 1 deletions
+52
View File
@@ -0,0 +1,52 @@
## API Report File for "@backstage/plugin-auth"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
import { ExtensionDataRef } from '@backstage/frontend-plugin-api';
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';
import { OverridableFrontendPlugin } from '@backstage/frontend-plugin-api';
import { RouteRef } from '@backstage/frontend-plugin-api';
// @public (undocumented)
const _default: OverridableFrontendPlugin<
{
root: RouteRef<undefined>;
},
{},
{
'page:auth': ExtensionDefinition<{
kind: 'page';
name: undefined;
config: {
path: string | undefined;
};
configInput: {
path?: string | undefined;
};
output:
| ExtensionDataRef<string, 'core.routing.path', {}>
| ExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
| ExtensionDataRef<
RouteRef<AnyRouteRefParams>,
'core.routing.ref',
{
optional: true;
}
>;
inputs: {};
params: {
defaultPath?: [Error: `Use the 'path' param instead`];
path: string;
loader: () => Promise<JSX.Element>;
routeRef?: RouteRef;
};
}>;
}
>;
export default _default;
// (No @packageDocumentation comment for this package)
```
-1
View File
@@ -14,4 +14,3 @@
* limitations under the License.
*/
export { default } from './plugin';
export { rootRouteRef } from './routes';