mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Upgrade to EUI@17.1.2 [table typescript types] (#52688)
* more types * table types changes * siem table conversions * Updated rest of x-pack for EUI table typees * updated x-pack changes against master * Update to published eui 17.1.0 * kibana snapshots * x-pack snapshots * src snapshots * autofixes * autofixes, round 2
This commit is contained in:
parent
942fdeeb2d
commit
068f3ffa2c
150 changed files with 998 additions and 627 deletions
13
typings/@elastic/eui/index.d.ts
vendored
13
typings/@elastic/eui/index.d.ts
vendored
|
@ -25,17 +25,4 @@ declare module '@elastic/eui' {
|
|||
export const EuiDescribedFormGroup: React.FC<any>;
|
||||
export const EuiCodeEditor: React.FC<any>;
|
||||
export const Query: any;
|
||||
|
||||
export interface EuiTableCriteria {
|
||||
page: { index: number; size: number };
|
||||
sort?: {
|
||||
field?: string;
|
||||
direction?: Direction;
|
||||
};
|
||||
}
|
||||
export const EuiBasicTable: React.ComponentClass<{
|
||||
onTableChange?: (criteria: EuiTableCriteria) => void;
|
||||
sorting: { sort?: EuiTableCriteria['sort'] };
|
||||
[key: string]: any;
|
||||
}>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue