()
| 4 | import type { JSX } from 'react'; |
| 5 | |
| 6 | export default function SidepanelExample(): JSX.Element { |
| 7 | return ( |
| 8 | <DocSearch> |
| 9 | <SidepanelButton variant="inline" /> |
| 10 | <Sidepanel |
| 11 | indexName="docsearch" |
| 12 | appId="PMZUYBQDAK" |
| 13 | apiKey="24b09689d5b4223813d9b8e48563c8f6" |
| 14 | assistantId="askAIDemo" |
| 15 | variant="floating" |
| 16 | /> |
| 17 | </DocSearch> |
| 18 | ); |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected