api-reports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-16 16:11:06 +02:00
parent 8dc1a94a3a
commit 3f9d2b90bc
89 changed files with 693 additions and 491 deletions
+12 -10
View File
@@ -7,6 +7,8 @@
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 { ReactNode } from 'react';
import { RouteRef } from '@backstage/core-plugin-api';
import { SearchBarBaseProps } from '@backstage/plugin-search-react';
@@ -14,7 +16,7 @@ import { SearchBarBaseProps } from '@backstage/plugin-search-react';
// @public (undocumented)
export const HomePageSearchBar: (
props: Partial<Omit<SearchBarBaseProps, 'onChange' | 'onSubmit'>>,
) => JSX.Element;
) => JSX_2.Element;
// @public
export type HomePageSearchBarProps = Partial<
@@ -22,10 +24,10 @@ export type HomePageSearchBarProps = Partial<
>;
// @public (undocumented)
export const Router: () => JSX.Element;
export const Router: () => React_2.JSX.Element;
// @public (undocumented)
export const SearchModal: (props: SearchModalProps) => JSX.Element;
export const SearchModal: (props: SearchModalProps) => React_2.JSX.Element;
// @public (undocumented)
export interface SearchModalChildrenProps {
@@ -43,7 +45,7 @@ export interface SearchModalProps {
// @public
export const SearchModalProvider: (
props: SearchModalProviderProps,
) => JSX.Element;
) => React_2.JSX.Element;
// @public
export type SearchModalProviderProps = {
@@ -62,7 +64,7 @@ export type SearchModalValue = {
};
// @public (undocumented)
export const SearchPage: () => JSX.Element;
export const SearchPage: () => JSX_2.Element;
// @public (undocumented)
const searchPlugin: BackstagePlugin<
@@ -77,9 +79,9 @@ export { searchPlugin };
// @public (undocumented)
export const SearchType: {
(props: SearchTypeProps): JSX.Element;
Accordion(props: SearchTypeAccordionProps): JSX.Element;
Tabs(props: SearchTypeTabsProps): JSX.Element;
(props: SearchTypeProps): React_2.JSX.Element;
Accordion(props: SearchTypeAccordionProps): React_2.JSX.Element;
Tabs(props: SearchTypeTabsProps): React_2.JSX.Element;
};
// @public (undocumented)
@@ -112,12 +114,12 @@ export type SearchTypeTabsProps = {
};
// @public (undocumented)
export const SidebarSearch: (props: SidebarSearchProps) => JSX.Element;
export const SidebarSearch: (props: SidebarSearchProps) => React_2.JSX.Element;
// @public (undocumented)
export const SidebarSearchModal: (
props: SidebarSearchModalProps,
) => JSX.Element;
) => JSX_2.Element;
// @public
export type SidebarSearchModalProps = {