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