UNPKG

@onesy/ui-react

Version:
7 lines (6 loc) 162 B
export declare type IUseLocation = {}; declare const useLocation: { (props?: IUseLocation): Location; displayName: string; }; export default useLocation;