diff --git a/docs/Search.md b/docs/Search.md index a3653655e9d..3b9addfa098 100644 --- a/docs/Search.md +++ b/docs/Search.md @@ -232,6 +232,12 @@ An object containing options to apply to the search: - `targets`:`string[]`: an array of the indices on which to perform the search. Defaults to an empty array. - `{any}`:`{any}`: any custom option to pass to the search engine. +{% raw %} +```tsx + +``` +{% endraw %} + ## `wait` The number of milliseconds to wait before processing the search request, immediately after the user enters their last character. diff --git a/docs/SearchWithResult.md b/docs/SearchWithResult.md index f2bf8ea520a..05f7b4710dd 100644 --- a/docs/SearchWithResult.md +++ b/docs/SearchWithResult.md @@ -181,6 +181,12 @@ An object containing options to apply to the search: - `targets`: `string[]`: an array of the indices on which to perform the search. Defaults to an empty array. - `{any}`: `{any}`: any custom option to pass to the search engine. +{% raw %} +```tsx + +``` +{% endraw %} + ## `wait` The number of milliseconds to wait before processing the search request, immediately after the user enters their last character. @@ -427,4 +433,4 @@ export const App = () => ( ); ``` -{% endraw %} \ No newline at end of file +{% endraw %}