Files
2026-03-08 23:20:36 -05:00

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";