import React from 'react';
import { md, code, Props, AtlassianInternalWarning } from '@atlaskit/docs';
export default md`
${()}
A search component that connects to the Atlassian cross-product search backend.
## Usage (GlobalQuickSearch)
Primary use case for the component is to be displayed in Navigation. Put in the drawers prop of the Navigation component as follows:
${code`
import { GlobalQuickSearch, SearchSessionProvider } from '@atlaskit/global-search';