UNPKG

@shopify/shopify-app-remix

Version:

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

4 lines 232 B
import { BasicParams } from '../../../types'; import { AuthenticateAppProxy } from './types'; export declare function authenticateAppProxyFactory(params: BasicParams): AuthenticateAppProxy; //# sourceMappingURL=authenticate.d.ts.map