UNPKG
@whop/embedded-components-react-js
Version:
beta (0.0.5-beta.0)
latest (0.0.4)
0.0.5-beta.0
0.0.4
0.0.4-beta.1
0.0.4-beta.0
0.0.3
0.0.3-beta.2
0.0.3-beta.1
0.0.2
0.0.1
0.0.0
React components for Whop.js
@whop/embedded-components-react-js
/
dist
/
payouts
/
use-session-ref.d.ts
9 lines
(6 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
*
as
React
from
'react'
;
import
{
PayoutsSession
}
from
'@whop/embedded-components-vanilla-js/types'
; declare
function
usePayoutsSessionRef
(
):
React
.
RefObject
<{
payoutsSession
:
PayoutsSession
|
null
; } |
null
>;
export
{ usePayoutsSessionRef };