UNPKG

react-sdk-mercadopago

Version:

A hook to facilitate the use of the mercadopago sdk js

8 lines 308 B
declare const useMercadopago: { v1: (publicKey: string) => import("./protocols").Mercadopago | undefined; v2: (publicKey: string, options?: { locale: string; } | undefined) => import("./protocols").MercadoPago | undefined; }; export { useMercadopago }; //# sourceMappingURL=index.d.ts.map