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