mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
Revert "chore: adjust package entry file" (#9642)
* fix: circular import * Revert "chore: adjust package entry file (#9455)" This reverts commit c3f08f4637cc07c5e464811feab6d641b7b4471f.
This commit is contained in:
parent
00bb1d2f1f
commit
a46d712bce
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user