NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/xe-utils/methods/web/locat.d.ts

19 lines
310 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import { XEUtilsMethods } from '../xe-utils'
import { XEUrl } from '..//url'
/**
*
*/
export declare function locat(): XEUrl;
declare module '../xe-utils' {
interface XEUtilsMethods {
/**
*
*/
locat: typeof locat;
}
}
export default locat