index.mjs 259 B

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