update api report

Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
Anders Näsman
2022-05-13 11:28:48 +02:00
parent c25e880e36
commit dd1844eb21
@@ -36,5 +36,5 @@ export type ReportIssueTemplateBuilder = ({
export const techdocsModuleAddonsContribPlugin: BackstagePlugin<{}, {}>;
// @public
export const TextSize: (props: unknown) => JSX.Element | null;
export const TextSize: () => JSX.Element | null;
```