index.mjs 259 B

12345678910
  1. import { withInstall } from "../utils/index.mjs";
  2. import _Sticky from "./Sticky.mjs";
  3. const Sticky = withInstall(_Sticky);
  4. var stdin_default = Sticky;
  5. import { stickyProps } from "./Sticky.mjs";
  6. export {
  7. Sticky,
  8. stdin_default as default,
  9. stickyProps
  10. };