UNPKG

@cardql/react-native

Version:

CardQL SDK for React Native applications with mobile-optimized features

51 lines (44 loc) 849 B
// Re-export all hooks from @cardql/react export { useQuery, useMutation, useCardQL } from "@cardql/react"; // Payment hooks export { usePayments, useCreatePayment, useUpdatePayment, useDeletePayment, } from "@cardql/react"; // Account hooks export { useAccounts, useCreateAccount, useUpdateAccount, useDeleteAccount, } from "@cardql/react"; // Customer hooks export { useCustomers, useCreateCustomer, useUpdateCustomer, useDeleteCustomer, } from "@cardql/react"; // Merchant hooks export { useMerchants, useCreateMerchant, useUpdateMerchant, useDeleteMerchant, } from "@cardql/react"; // Ledger hooks export { useLedgers, useCreateLedger, useUpdateLedger, useDeleteLedger, } from "@cardql/react"; // App hooks export { useApps, useCreateApp, useUpdateApp, useDeleteApp, } from "@cardql/react";