update API reports for moduleResolution: bundler

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-12-02 21:28:42 +01:00
parent f8dff944fd
commit f85dafa7f2
30 changed files with 105 additions and 98 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { JSX as JSX_2 } from 'react';
import { ListItemProps } from '@material-ui/core/ListItem';
import { SearchDocument } from '@backstage/plugin-search-common';
import { SearchResult } from '@backstage/plugin-search-common';
import { TranslationRef } from '@backstage/core-plugin-api/alpha';
import { TranslationRef } from '@backstage/frontend-plugin-api';
// @alpha (undocumented)
export type BaseSearchResultListItemProps<T = {}> = T & {
+1 -1
View File
@@ -3,7 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { ApiRef } from '@backstage/core-plugin-api';
import { ApiRef } from '@backstage/frontend-plugin-api';
import { AsyncState } from 'react-use/esm/useAsync';
import { AutocompleteProps } from '@material-ui/lab/Autocomplete';
import { Dispatch } from 'react';