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:
@@ -10,7 +10,7 @@ import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
|
||||
import { ExtensionInput } from '@backstage/frontend-plugin-api';
|
||||
import { FrontendPlugin } from '@backstage/frontend-plugin-api';
|
||||
import { IconComponent } from '@backstage/core-plugin-api';
|
||||
import { default as React_2 } from 'react';
|
||||
import { JSX as JSX_2 } from 'react';
|
||||
import { RouteRef } from '@backstage/frontend-plugin-api';
|
||||
import { SearchFilterExtensionComponent } from '@backstage/plugin-search-react/alpha';
|
||||
import { SearchResultItemExtensionComponent } from '@backstage/plugin-search-react/alpha';
|
||||
@@ -71,11 +71,7 @@ const _default: FrontendPlugin<
|
||||
path?: string | undefined;
|
||||
};
|
||||
output:
|
||||
| ConfigurableExtensionDataRef<
|
||||
React_2.JSX.Element,
|
||||
'core.reactElement',
|
||||
{}
|
||||
>
|
||||
| ConfigurableExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
|
||||
| ConfigurableExtensionDataRef<string, 'core.routing.path', {}>
|
||||
| ConfigurableExtensionDataRef<
|
||||
RouteRef<AnyRouteRefParams>,
|
||||
@@ -189,7 +185,7 @@ export const searchPage: ExtensionDefinition<{
|
||||
path?: string | undefined;
|
||||
};
|
||||
output:
|
||||
| ConfigurableExtensionDataRef<React_2.JSX.Element, 'core.reactElement', {}>
|
||||
| ConfigurableExtensionDataRef<JSX_2.Element, 'core.reactElement', {}>
|
||||
| ConfigurableExtensionDataRef<string, 'core.routing.path', {}>
|
||||
| ConfigurableExtensionDataRef<
|
||||
RouteRef<AnyRouteRefParams>,
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
```ts
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { IconComponent } from '@backstage/core-plugin-api';
|
||||
import { JSX as JSX_2 } from 'react';
|
||||
import { default as React_2 } from 'react';
|
||||
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
||||
import { ReactNode } from 'react';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
import { SearchBarBaseProps } from '@backstage/plugin-search-react';
|
||||
@@ -23,10 +22,10 @@ export type HomePageSearchBarProps = Partial<
|
||||
>;
|
||||
|
||||
// @public (undocumented)
|
||||
export const Router: () => React_2.JSX.Element;
|
||||
export const Router: () => JSX_2.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const SearchModal: (props: SearchModalProps) => React_2.JSX.Element;
|
||||
export const SearchModal: (props: SearchModalProps) => JSX_2.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface SearchModalChildrenProps {
|
||||
@@ -48,7 +47,7 @@ export interface SearchModalProps {
|
||||
// @public
|
||||
export const SearchModalProvider: (
|
||||
props: SearchModalProviderProps,
|
||||
) => React_2.JSX.Element;
|
||||
) => JSX_2.Element;
|
||||
|
||||
// @public
|
||||
export type SearchModalProviderProps = {
|
||||
@@ -81,9 +80,9 @@ export { searchPlugin };
|
||||
|
||||
// @public (undocumented)
|
||||
export const SearchType: {
|
||||
(props: SearchTypeProps): React_2.JSX.Element;
|
||||
Accordion(props: SearchTypeAccordionProps): React_2.JSX.Element;
|
||||
Tabs(props: SearchTypeTabsProps): React_2.JSX.Element;
|
||||
(props: SearchTypeProps): JSX_2.Element;
|
||||
Accordion(props: SearchTypeAccordionProps): JSX_2.Element;
|
||||
Tabs(props: SearchTypeTabsProps): JSX_2.Element;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
@@ -116,7 +115,7 @@ export type SearchTypeTabsProps = {
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export const SidebarSearch: (props: SidebarSearchProps) => React_2.JSX.Element;
|
||||
export const SidebarSearch: (props: SidebarSearchProps) => JSX_2.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const SidebarSearchModal: (
|
||||
|
||||
Reference in New Issue
Block a user