mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
feat: support non-singleton search
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@ -10,4 +10,5 @@ interface CustomEventMap {
|
||||
themechange: CustomEvent<{ theme: "light" | "dark" }>
|
||||
}
|
||||
|
||||
type ContentIndex = Record<FullSlug, ContentDetails>
|
||||
declare const fetchData: Promise<ContentIndex>
|
||||
|
Reference in New Issue
Block a user