api-report cleanup

Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
Anders Näsman
2022-06-03 11:35:52 +02:00
committed by Eric Peterson
parent a7a0e2520a
commit b3d64b448e
18 changed files with 116 additions and 70 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export const HighlightedSearchResultText: ({
postTag,
}: HighlightedSearchResultTextProps) => JSX.Element;
// @public (undocumented)
// @public
export type HighlightedSearchResultTextProps = {
text: string;
preTag: string;
@@ -25,6 +25,8 @@ const useStyles = makeStyles(
);
/**
* Props for {@link HighlightedSearchResultText}.
*
* @public
*/
export type HighlightedSearchResultTextProps = {