UNPKG

@shopify/shopify-app-remix

Version:

Shopify Remix - to simplify the building of Shopify Apps with Remix

8 lines 314 B
import { Session } from '@shopify/shopify-api'; import { BasicParams } from '../../types'; import type { StorefrontContext } from '.'; export declare function storefrontClientFactory({ params, session, }: { params: BasicParams; session: Session; }): StorefrontContext; //# sourceMappingURL=factory.d.ts.map