1
This commit is contained in:
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/locat.d.ts
vendored
Normal file
14
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/locat.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { XEUrl } from './url'
|
||||
|
||||
/**
|
||||
* 获取地址栏信息
|
||||
*/
|
||||
export declare function locat(): XEUrl;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
locat: typeof locat;
|
||||
}
|
||||
}
|
||||
|
||||
export default locat
|
||||
Reference in New Issue
Block a user