From a11b4fb1682370b6a1cd092e5baaefb8e4fe5dca Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 27 Jul 2025 02:46:35 +0530 Subject: [PATCH] remove theme customization --- types/docsearch.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/docsearch.d.ts b/types/docsearch.d.ts index a09946e8..c4c91823 100644 --- a/types/docsearch.d.ts +++ b/types/docsearch.d.ts @@ -9,7 +9,6 @@ export interface DocSearchProps { insights?: boolean translations?: DocSearchTranslations askAi?: DocSearchAskAi | string - theme?: 'dark' | 'light' } export interface SearchOptions {