synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 372 B
TypeScript
import { TypographyProps } from '@mui/material';
type HighlightedTypographyProps = {
text: string;
searchTerms: string[];
} & TypographyProps;
export declare function HighlightedTypography({ text, searchTerms, ...typographyProps }: HighlightedTypographyProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=HighlightedTypography.d.ts.map