@brandboostinggmbh/shopify-app-react-router
Version:
Shopify React Router - to simplify the building of Shopify Apps with React Router v7
8 lines • 348 B
TypeScript
import { BasicParams } from '../../../types';
import type { RedirectTarget } from '.';
export interface RedirectToOptions {
url: string | URL;
target?: RedirectTarget;
}
export declare function renderAppBridge({ config }: BasicParams, request: Request, redirectTo?: RedirectToOptions): never;
//# sourceMappingURL=render-app-bridge.d.ts.map