mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
chore(client/print): fix types
This commit is contained in:
parent
6023d53506
commit
39be268969
5
apps/client/src/types.d.ts
vendored
5
apps/client/src/types.d.ts
vendored
@ -64,6 +64,11 @@ declare global {
|
|||||||
EXCALIDRAW_ASSET_PATH?: string;
|
EXCALIDRAW_ASSET_PATH?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface WindowEventMap {
|
||||||
|
"note-ready": Event;
|
||||||
|
"note-load-progress": CustomEvent<{ progress: number }>;
|
||||||
|
}
|
||||||
|
|
||||||
interface AutoCompleteConfig {
|
interface AutoCompleteConfig {
|
||||||
appendTo?: HTMLElement | null;
|
appendTo?: HTMLElement | null;
|
||||||
hint?: boolean;
|
hint?: boolean;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user