first commit
This commit is contained in:
20
node_modules/vant/es/notify/index.mjs
generated
vendored
Normal file
20
node_modules/vant/es/notify/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _Notify from "./Notify.mjs";
|
||||
const Notify = withInstall(_Notify);
|
||||
var stdin_default = Notify;
|
||||
import { notifyProps } from "./Notify.mjs";
|
||||
import {
|
||||
showNotify,
|
||||
closeNotify,
|
||||
setNotifyDefaultOptions,
|
||||
resetNotifyDefaultOptions
|
||||
} from "./function-call.mjs";
|
||||
export {
|
||||
Notify,
|
||||
closeNotify,
|
||||
stdin_default as default,
|
||||
notifyProps,
|
||||
resetNotifyDefaultOptions,
|
||||
setNotifyDefaultOptions,
|
||||
showNotify
|
||||
};
|
||||
Reference in New Issue
Block a user