generated from thzxcx/vue3
16 lines
363 B
TypeScript
16 lines
363 B
TypeScript
/*
|
|
* @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 |