UNPKG

use-shopify

Version:

React hooks to work with Shopify's Storefront API

8 lines (7 loc) 158 B
export interface ShopifyImage { id: string; originalSrc: string; altText?: string; transformedSrc?: string; __typename: 'Image'; }