UNPKG

@etsoo/react

Version:

TypeScript ReactJs UI Independent Framework

8 lines (7 loc) 167 B
/** * Location state * @param T Type of state * @returns State * @throws Error if state is null or undefined */ export declare function useLocationState<T>(): T;