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