Upgrade EUI to 14.4.0 (#46949)

* eui to 14.4.0

* euicard ts updates

* snaps
This commit is contained in:
Greg Thompson 2019-10-02 11:58:22 -05:00 committed by GitHub
parent 3f7c3e0d55
commit 6f09ecc0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 20 additions and 54 deletions

View file

@ -25,7 +25,6 @@ declare module '@elastic/eui' {
export const EuiDescribedFormGroup: React.SFC<any>;
export const EuiCodeEditor: React.SFC<any>;
export const Query: any;
export const EuiCard: any;
export interface EuiTableCriteria {
page: { index: number; size: number };