Chore: Use react-highlight-words types (#54627)

This commit is contained in:
Josh Hunt
2022-09-02 16:36:44 +01:00
committed by GitHub
parent 53c095aae7
commit 6b197f3fa9
10 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
import { css, cx } from '@emotion/css';
import React from 'react';
// @ts-ignore
import Highlighter from 'react-highlight-words';
import {

View File

@@ -1,5 +1,4 @@
import React, { ReactNode } from 'react';
// @ts-ignore
import Highlighter from 'react-highlight-words';
import { selectors } from '@grafana/e2e-selectors';