mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-14 01:03:40 +00:00
local and global graph
This commit is contained in:
parent
8bfee04c8c
commit
c4cf0dcb02
23 changed files with 1288 additions and 110 deletions
8
index.d.ts
vendored
8
index.d.ts
vendored
|
@ -8,10 +8,4 @@ interface CustomEventMap {
|
|||
"nav": CustomEvent<{ url: string }>;
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Document {
|
||||
addEventListener<K extends keyof CustomEventMap>(type: K,
|
||||
listener: (this: Document, ev: CustomEventMap[K]) => void): void;
|
||||
dispatchEvent<K extends keyof CustomEventMap>(ev: CustomEventMap[K]): void;
|
||||
}
|
||||
}
|
||||
declare const fetchData: Promise<ContentIndex>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue