index.mjs 259 B

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