UNPKG

@onesy/ui-react

Version:
4 lines (3 loc) 225 B
import OnesySubscription from '@onesy/subscription'; declare const useSubscription: <Type extends unknown = undefined>(onesySubscription: OnesySubscription, method?: any, value?: any) => Type; export default useSubscription;