index.mjs 230 B

12345678
  1. import { withInstall } from "../utils/index.mjs";
  2. import _ActionSheet from "./ActionSheet.mjs";
  3. const ActionSheet = withInstall(_ActionSheet);
  4. var stdin_default = ActionSheet;
  5. export {
  6. ActionSheet,
  7. stdin_default as default
  8. };