mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(client): typecheck
This commit is contained in:
parent
5b5f3233d8
commit
adae78e747
9
apps/client/src/types-lib.d.ts
vendored
9
apps/client/src/types-lib.d.ts
vendored
@ -51,3 +51,12 @@ declare module "leaflet" {
|
||||
markers?: GPXMarker | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Navigator {
|
||||
/** Returns a boolean indicating whether the browser is running in standalone mode. Available on Apple's iOS Safari only. */
|
||||
standalone?: boolean;
|
||||
/** Returns the WindowControlsOverlay interface which exposes information about the geometry of the title bar in desktop Progressive Web Apps, and an event to know whenever it changes. */
|
||||
windowControlsOverlay?: unknown;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user