mirror of
https://github.com/vercel/commerce.git
synced 2025-03-31 01:05:53 +00:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
import useSearch, { UseSearch } from '@commerce/products/use-search'
|
|
import type { ShopifyProvider } from '..'
|
|
|
|
export default useSearch as UseSearch<ShopifyProvider>
|