Upgrade EUI to v19.0.0 (#57284)

* eui to v19.0.0

* typescript updates; idAria removal

* src snapshot updates

* mock euicode and euicodeblock for jest

* x-pack snapshot updates

* mock euicode for jest

* more euicode snapshots

* mock euicode in storyshots

* types/enzyme yarn.lock

* sidenav type update
This commit is contained in:
Greg Thompson 2020-02-14 13:06:31 -06:00 committed by GitHub
parent 356e3a4776
commit 0abfd3c72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
82 changed files with 616 additions and 1536 deletions

View file

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