mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
update core api docs that should have been updated with prettier pr
This commit is contained in:
parent
8de5806d6f
commit
bbec883435
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