UNPKG

@multisynq/react

Version:

React bindings for Multisynq

4 lines (3 loc) 165 B
/** 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;