/** * 获取 url 参数转为 Object * * @return {object} 对应的参数值 */ declare const getUrlParamsObject: () => any; export default getUrlParamsObject;