5 lines
268 B
TypeScript
5 lines
268 B
TypeScript
export { redirectToPay, getDeviceFromEnv } from "./client";
|
|
export { getPayEnv, getRecommendedChannel, mustUseWxPay } from "../payEnv";
|
|
export type { PayChannel, PayEnv, CreatePayParams, PayRedirectParams } from "./types";
|
|
export { getPaymentConfig } from "./config";
|