index.mjs 304 B

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