Upgrade EUI to v20.0.2 (#59199)

* Updated EUI to 20.0.1; updated typescript usage

* snapshots

* Upgrade to eui 20.0.2, fix one more type

* PR feedback

* Update EUI icon usage to the correct types

* Updated with master
This commit is contained in:
Chandler Prall 2020-03-05 12:27:52 -07:00 committed by GitHub
parent e0022be6d3
commit 096dda6f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 1393 additions and 1370 deletions

View file

@ -21,6 +21,5 @@ import { Direction } from '@elastic/eui/src/services/sort/sort_direction';
// TODO: Remove once typescript definitions are in EUI
declare module '@elastic/eui' {
export const EuiCodeEditor: React.FC<any>;
export const Query: any;
}