UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

Shopify React Router - to simplify the building of Shopify Apps with React Router v7

5 lines 442 B
import type { BasicParams } from '../../types'; export type AddDocumentResponseHeadersFunction = (request: Request, headers: Headers) => void; export declare function addDocumentResponseHeadersFactory(params: BasicParams): AddDocumentResponseHeadersFunction; export declare function addDocumentResponseHeaders(headers: Headers, isEmbeddedApp: boolean, shop: string | null | undefined): void; //# sourceMappingURL=add-response-headers.d.ts.map