UNPKG
authorizenet-react
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React components for Authorize.Net payments
authorizenet-react
/
dist
/
hooks
/
useAuthorizeNet.d.ts
4 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
import
{
AuthorizeNetContextValue
}
from
'../types'
;
export
declare
function
useAuthorizeNet
(
):
AuthorizeNetContextValue
;