()
| 3 | import type { JSX } from 'react'; |
| 4 | |
| 5 | export default function Basic(): JSX.Element { |
| 6 | return ( |
| 7 | <DocSearch |
| 8 | indexName="docsearch" |
| 9 | appId="PMZUYBQDAK" |
| 10 | apiKey="24b09689d5b4223813d9b8e48563c8f6" |
| 11 | translations={{ button: { buttonText: 'Keyword search' } }} |
| 12 | insights={true} |
| 13 | /> |
| 14 | ); |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected