@cedros/pay-react
Version:
React frontend library for Cedros Pay - unified Stripe and Solana x402 payments
12 lines • 324 B
TypeScript
/**
* Testing Utilities for Cedros Pay
*
* Export mock providers and helpers to make testing payment flows easier.
* Import from '@cedros/pay-react/testing' in your tests.
*
* @packageDocumentation
*/
export * from './mocks';
export * from './providers';
export * from './helpers';
//# sourceMappingURL=index.d.ts.map