UNPKG

react-use

Version:
4 lines (3 loc) 134 B
export declare type UseQueryParam = (param: string) => string | null; declare const _default: UseQueryParam; export default _default;