index.mjs 224 B

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