mirror of
https://github.com/alrayyes/wiki.git
synced 2025-06-07 22:26:40 +00:00
base path refactor, more docs
This commit is contained in:
parent
08f8e3b4a4
commit
906f91f8ee
37 changed files with 1861 additions and 156 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
@ -5,7 +5,7 @@ declare module '*.scss' {
|
|||
|
||||
// dom custom event
|
||||
interface CustomEventMap {
|
||||
"nav": CustomEvent<{ url: string }>;
|
||||
"nav": CustomEvent<{ url: CanonicalSlug }>;
|
||||
}
|
||||
|
||||
declare const fetchData: Promise<ContentIndex>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue