api reports and changeset update

Signed-off-by: Emma Indal <emmai@spotify.com>
This commit is contained in:
Emma Indal
2021-11-17 17:43:18 +01:00
parent b02a698947
commit 28b34419e4
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -80,6 +80,7 @@ export const searchApiRef: ApiRef<SearchApi>;
//
// @public (undocumented)
export const SearchBar: ({
autoFocus,
className,
debounceTime,
placeholder,
@@ -89,10 +90,12 @@ export const SearchBar: ({
//
// @public @deprecated (undocumented)
export const SearchBarNext: ({
autoFocus,
className,
debounceTime,
placeholder,
}: {
autoFocus?: boolean | undefined;
className?: string | undefined;
debounceTime?: number | undefined;
placeholder?: string | undefined;
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { useEffect, KeyboardEvent, useState, useRef } from 'react';
import React, { useEffect, KeyboardEvent, useState } from 'react';
import { configApiRef, useApi } from '@backstage/core-plugin-api';
import { useDebounce } from 'react-use';
import { InputBase, InputAdornment, IconButton } from '@material-ui/core';