mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 07:56:24 +02:00
chore(client/print): fix types
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
interface WindowEventMap {
|
||||
"note-ready": Event;
|
||||
"note-load-progress": CustomEvent<{ progress: number }>;
|
||||
}
|
||||
|
||||
interface AutoCompleteConfig {
|
||||
appendTo?: HTMLElement | null;
|
||||
hint?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user