Function HighlightText

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          highlight?: string;
      } & {
          as?: "button" | "kbd" | "b" | "s" | "a" | "abbr" | "blockquote" | "cite" | "code" | "del" | "em" | "i" | "ins" | "label" | "legend" | "mark" | "p" | "samp" | "small" | "span" | "strong" | "sub" | "sup" | "u";
          href?: string;
          htmlFor?: string;
          size?: Size;
          target?: string;
          title?: string;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc