UNPKG

@croquet/react

Version:

React bindings for Croquet

6 lines (5 loc) 254 B
/** This hook returns a function that changes the CroquetSession the user is connected to * @param name * @param password */ export declare function useChangeSession(): (newParams: import("../components/CroquetRoot").ChangeSessionParameters) => void;