index.mjs 277 B

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