index.mjs 268 B

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