feat: support non-singleton search
This commit is contained in:
parent
1cd8e7f0d5
commit
9c8fec06d2
4 changed files with 67 additions and 64 deletions
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue