import { useLatestState, GetStateType, SetStateFunctionalInputType, SetStateType } from "./hooks/index";
export default useLatestState;
export { useLatestState, GetStateType, SetStateFunctionalInputType, SetStateType, };
