UNPKG
@multisynq/react
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
React bindings for Multisynq
@multisynq/react
/
dist
/
hooks
/
useViewId.d.ts
4 lines
(3 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
/** Hook that gives access to the id of the client. This can be used as an identifier for different clients. */
export declare function
useViewId
():
string
|
null
;