generated from thzxcx/vue3
refactor: 解析器
This commit is contained in:
16
utils/resolver.d.ts
vendored
Normal file
16
utils/resolver.d.ts
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* @Author: peerless_hero peerless_hero@outlook.com
|
||||
* @Date: 2023-07-13 04:11:13
|
||||
* @LastEditors: peerless_hero peerless_hero@outlook.com
|
||||
* @LastEditTime: 2023-07-13 04:15:06
|
||||
* @FilePath: \uni\utils\resolver.d.ts
|
||||
* @Description:
|
||||
*
|
||||
*/
|
||||
declare const _default: (name: string) =>({
|
||||
name: string;
|
||||
as: string;
|
||||
from: string;
|
||||
})
|
||||
|
||||
export default _default
|
Reference in New Issue
Block a user