docs: improved search results (#11909)

This commit is contained in:
Shahed Nasser
2025-03-19 15:31:01 +02:00
committed by GitHub
parent ee014e063e
commit 98e630bce5
12 changed files with 196 additions and 152 deletions
@@ -5,6 +5,7 @@ export type OptionType = {
label: string
index?: string
isAllOption?: boolean
hitsPerPage?: number
}
export type SelectOptions = {