12345678910 |
- import { withInstall } from "../utils/index.mjs";
- import _Space from "./Space.mjs";
- const Space = withInstall(_Space);
- var stdin_default = Space;
- import { spaceProps } from "./Space.mjs";
- export {
- Space,
- stdin_default as default,
- spaceProps
- };
|