first commit
This commit is contained in:
28
node_modules/vant/es/toast/index.mjs
generated
vendored
Normal file
28
node_modules/vant/es/toast/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _Toast from "./Toast.mjs";
|
||||
const Toast = withInstall(_Toast);
|
||||
var stdin_default = Toast;
|
||||
import { toastProps } from "./Toast.mjs";
|
||||
import {
|
||||
showToast,
|
||||
closeToast,
|
||||
showFailToast,
|
||||
showLoadingToast,
|
||||
showSuccessToast,
|
||||
allowMultipleToast,
|
||||
setToastDefaultOptions,
|
||||
resetToastDefaultOptions
|
||||
} from "./function-call.mjs";
|
||||
export {
|
||||
Toast,
|
||||
allowMultipleToast,
|
||||
closeToast,
|
||||
stdin_default as default,
|
||||
resetToastDefaultOptions,
|
||||
setToastDefaultOptions,
|
||||
showFailToast,
|
||||
showLoadingToast,
|
||||
showSuccessToast,
|
||||
showToast,
|
||||
toastProps
|
||||
};
|
||||
Reference in New Issue
Block a user