mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
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:
parent
356e3a4776
commit
0abfd3c72f
82 changed files with 616 additions and 1536 deletions
2
typings/@elastic/eui/index.d.ts
vendored
2
typings/@elastic/eui/index.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue