first commit
This commit is contained in:
10
node_modules/vant/es/search/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/search/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _Search from "./Search.mjs";
|
||||
const Search = withInstall(_Search);
|
||||
var stdin_default = Search;
|
||||
import { searchProps } from "./Search.mjs";
|
||||
export {
|
||||
Search,
|
||||
stdin_default as default,
|
||||
searchProps
|
||||
};
|
||||
Reference in New Issue
Block a user