Revert "chore: adjust package entry file" (#9642)
* fix: circular import
* Revert "chore: adjust package entry file (#9455)"
This reverts commit c3f08f4637.
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "3.2.4",
|
"version": "3.2.4",
|
||||||
"description": "Mobile UI Components built on Vue",
|
"description": "Mobile UI Components built on Vue",
|
||||||
"main": "lib/vant.js",
|
"main": "lib/index.js",
|
||||||
"module": "lib/vant.es.js",
|
"module": "es/index.js",
|
||||||
"style": "lib/index.css",
|
"style": "lib/index.css",
|
||||||
"typings": "lib/index.d.ts",
|
"typings": "lib/index.d.ts",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
import { isPromise, noop } from '.';
|
import { noop } from './basic';
|
||||||
|
import { isPromise } from './validate';
|
||||||
|
|
||||||
export type Interceptor = (...args: any[]) => Promise<boolean> | boolean;
|
export type Interceptor = (...args: any[]) => Promise<boolean> | boolean;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user