UNPKG
react-payline
Version:
latest (2.0.0)
2.0.0
2.0.0-beta.3-alpha.1
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.1.0
1.0.1
1.0.0
_This is an unofficial repository_
stadline/react-payline
react-payline
/
src
/
withPayline.d.ts
4 lines
(3 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
import
React
from
'react'
;
declare
const
withPayline
:
(
production
:
boolean
) =>
<
TProps
>
(
WrappedComponent
:
React
.
ComponentType
<
TProps
>
) =>
(
props
:
React
.
PropsWithChildren
<
TProps
>
) =>
JSX
.
Element
;
export
default
withPayline;