Here is my code
const useHook = () => { let [token, setToken] = React.useState(\'\'); let changeToken = (tk: any) => {setToken(tk)} return { token