update api reports

Signed-off-by: Paul Schultz <pschultz@pobox.com>

fix linting

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-01-28 10:31:34 -06:00
parent 2e26579e06
commit 66d2113abe
63 changed files with 762 additions and 969 deletions
+3 -3
View File
@@ -10,8 +10,8 @@ import { ComponentType } from 'react';
import { Entity } from '@backstage/catalog-model';
import { GridProps } from '@material-ui/core/Grid';
import { IconComponent } from '@backstage/core-plugin-api';
import { JSX as JSX_2 } from 'react/jsx-runtime';
import { PropsWithChildren } from 'react';
import { default as React_2 } from 'react';
import { ReactNode } from 'react';
import { SignInProviderConfig } from '@backstage/core-components';
import { TranslationResource } from '@backstage/core-plugin-api/alpha';
@@ -58,11 +58,11 @@ export const EntityGridItem: (
) => JSX.Element;
// @public (undocumented)
export const SidebarLanguageSwitcher: () => React_2.JSX.Element | null;
export const SidebarLanguageSwitcher: () => JSX_2.Element | null;
// @public
export const SidebarSignOutButton: (props: {
icon?: IconComponent;
text?: string;
}) => React_2.JSX.Element;
}) => JSX_2.Element;
```