UNPKG
@notifyon/react
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
React SDK for NotifyOn
github.com/notifyon/sdks
notifyon/sdks
@notifyon/react
/
dist
/
index.d.ts
8 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
NotifyOnProps
{
publicKey
:
string
;
userId
:
string
; }
declare
function
NotifyOn
(
{ publicKey, userId }:
NotifyOnProps
):
null
;
export
{
NotifyOn
,
type
NotifyOnProps
};