Files
frontend/src/features/payment/index.ts
2026-05-12 23:14:45 +03:00

4 lines
186 B
TypeScript

export { usePaymentConfig } from './hooks/usePaymentConfig'
export { usePaymentQuote } from './hooks/usePaymentQuote'
export type { PaymentConfig, PaymentQuote } from './api/paymentApi'