UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

9 lines (8 loc) 339 B
import { PaymentAttemptQueryResult, UsePaymentAttemptQueryParams } from "./usePaymentAttemptQuery.types.mjs"; //#region src/react/hooks/usePaymentAttemptQuery.d.ts /** * @internal */ declare function usePaymentAttemptQuery(params: UsePaymentAttemptQueryParams): PaymentAttemptQueryResult; //#endregion export { usePaymentAttemptQuery };