mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix type import
This commit is contained in:
parent
af51e26333
commit
9fba1e3f24
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
import { Direction, Query } from '@elastic/eui';
|
||||
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_box';
|
||||
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_bar';
|
||||
|
||||
export type SortField =
|
||||
| 'snapshot'
|
||||
|
|
|
@ -11,7 +11,7 @@ import useDebounce from 'react-use/lib/useDebounce';
|
|||
import { FormattedMessage } from '@kbn/i18n-react';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { SearchFilterConfig } from '@elastic/eui/src/components/search_bar/search_filters';
|
||||
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_box';
|
||||
import { SchemaType } from '@elastic/eui/src/components/search_bar/search_bar';
|
||||
import { EuiSearchBarOnChangeArgs } from '@elastic/eui/src/components/search_bar/search_bar';
|
||||
import { EuiButton, EuiCallOut, EuiSearchBar, EuiSpacer, Query } from '@elastic/eui';
|
||||
import { SnapshotDeleteProvider } from '../../../../components';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue