UNPKG

@notifyon/react

Version:
8 lines (6 loc) 184 B
interface NotifyOnProps { publicKey: string; userId: string; } declare function NotifyOn({ publicKey, userId }: NotifyOnProps): null; export { NotifyOn, type NotifyOnProps };