UNPKG
@sho-js/react-cpa
Version:
latest (4.0.1)
4.0.1
4.0.0
React CPA Integration
github.com/wearesho-team/react-cpa
wearesho-team/react-cpa
@sho-js/react-cpa
/
build
/
OnLoad.d.ts
7 lines
(6 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
React
from
"react"
;
import
*
as
Cpa
from
"@sho-js/cpa"
;
export
interface
OnLoadProps
{
service
?:
Cpa
.
Service
; }
export
declare
const
OnLoad
:
React
.
FunctionComponent
<
OnLoadProps
>;