@@ -0,0 +1,16 @@
|
||||
## API Report File for "@backstage/plugin-api-docs-react"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
// Warning: (ae-missing-release-tag) "grpcDocsApiWidget" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const grpcDocsApiWidget: {
|
||||
type: string;
|
||||
title: string;
|
||||
component: (definition: string) => JSX.Element;
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user