generated from thzxcx/vue3
fix: 拆分es和commonjs
This commit is contained in:
8
utils/resolver.d.ts
vendored
8
utils/resolver.d.ts
vendored
@ -6,11 +6,9 @@
|
||||
* @FilePath: \uni\utils\resolver.d.ts
|
||||
* @Description:
|
||||
*
|
||||
*/
|
||||
declare const _default: (name: string) =>({
|
||||
*/
|
||||
export const resolverThzxcx: (name: string) =>({
|
||||
name: string;
|
||||
as: string;
|
||||
from: string;
|
||||
})
|
||||
|
||||
export default _default
|
||||
})
|
Reference in New Issue
Block a user