remove public comments
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import { render, screen } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import { CatalogAutocomplete } from './CatalogAutocomplete';
|
||||
|
||||
describe('Autocomplete', () => {
|
||||
describe('CatalogAutocomplete', () => {
|
||||
const user = userEvent.setup();
|
||||
const mockOptions = ['Option 1', 'Option 2', 'Option 3'];
|
||||
|
||||
|
||||
@@ -124,7 +124,6 @@ const PaperComponent = (props: PaperProps) => (
|
||||
<Paper {...props} elevation={8} />
|
||||
);
|
||||
|
||||
/** @public */
|
||||
export type CatalogAutocompleteProps<
|
||||
T,
|
||||
Multiple extends boolean | undefined = undefined,
|
||||
@@ -146,7 +145,6 @@ export type CatalogAutocompleteProps<
|
||||
>['renderInput'];
|
||||
};
|
||||
|
||||
/** @public */
|
||||
export function CatalogAutocomplete<
|
||||
T,
|
||||
Multiple extends boolean | undefined = undefined,
|
||||
|
||||
Reference in New Issue
Block a user