@shopify/hydrogen-react
Version:
React components, hooks, and utilities for creating custom Shopify storefronts
9 lines (8 loc) • 524 B
TypeScript
export declare const CART_ID_STORAGE_KEY = "shopifyCartId";
export declare const CART_COOKIE_TTL_DAYS = 14;
export declare const STOREFRONT_API_PUBLIC_TOKEN_HEADER = "X-Shopify-Storefront-Access-Token";
export declare const SHOPIFY_STOREFRONT_ID_HEADER = "Shopify-Storefront-Id";
export declare const SHOPIFY_STOREFRONT_Y_HEADER = "Shopify-Storefront-Y";
export declare const SHOPIFY_STOREFRONT_S_HEADER = "Shopify-Storefront-S";
export declare const SHOPIFY_Y = "_shopify_y";
export declare const SHOPIFY_S = "_shopify_s";