mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
44aa34e4f4
commit
530b9adedf
1 changed files with 2 additions and 0 deletions
2
src/ui/public/chrome/index.d.ts
vendored
2
src/ui/public/chrome/index.d.ts
vendored
|
@ -19,6 +19,8 @@
|
|||
|
||||
declare class Chrome {
|
||||
public addBasePath<T = string>(path: T): T;
|
||||
public getBasePath(): string;
|
||||
public getXsrfToken(): string;
|
||||
}
|
||||
|
||||
declare const chrome: Chrome;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue