UNPKG

@brandboostinggmbh/shopify-app-react-router

Version:

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

3 lines 200 B
import { BasicParams, LoginError } from '../../types'; export declare function loginFactory(params: BasicParams): (request: Request) => Promise<LoginError | never>; //# sourceMappingURL=login.d.ts.map