UNPKG

@whop/embedded-components-react-js

Version:

React components for Whop.js

9 lines (6 loc) 257 B
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 };