@clerk/shared
Version:
Internal package utils used by the Clerk SDKs
9 lines (8 loc) • 338 B
TypeScript
import { PaymentAttemptQueryResult, UsePaymentAttemptQueryParams } from "./usePaymentAttemptQuery.types.js";
//#region src/react/hooks/usePaymentAttemptQuery.d.ts
/**
* @internal
*/
declare function usePaymentAttemptQuery(params: UsePaymentAttemptQueryParams): PaymentAttemptQueryResult;
//#endregion
export { usePaymentAttemptQuery };