committed by
Eric Peterson
parent
a7a0e2520a
commit
b3d64b448e
@@ -48,7 +48,7 @@ export const HighlightedSearchResultText: ({
|
||||
postTag,
|
||||
}: HighlightedSearchResultTextProps) => JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
// @public
|
||||
export type HighlightedSearchResultTextProps = {
|
||||
text: string;
|
||||
preTag: string;
|
||||
|
||||
+2
@@ -25,6 +25,8 @@ const useStyles = makeStyles(
|
||||
);
|
||||
|
||||
/**
|
||||
* Props for {@link HighlightedSearchResultText}.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export type HighlightedSearchResultTextProps = {
|
||||
|
||||
Reference in New Issue
Block a user