mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update core api docs that should have been updated with prettier pr
(cherry picked from commit bbec883435
)
This commit is contained in:
parent
a2064f52fd
commit
90b94055db
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@
|
|||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
export declare type ChromeHelpExtension = (element: HTMLDivElement) => (() => void);
|
||||
export declare type ChromeHelpExtension = (element: HTMLDivElement) => () => void;
|
||||
```
|
||||
|
|
|
@ -73,7 +73,7 @@ export interface ChromeBreadcrumb {
|
|||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export type ChromeHelpExtension = (element: HTMLDivElement) => (() => void);
|
||||
export type ChromeHelpExtension = (element: HTMLDivElement) => () => void;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface ChromeNavControl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue