zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
27 lines (22 loc) • 621 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports.default = void 0;
var _tabs = _interopRequireDefault(require("../components/tabs"));
/* dts-imports
import { SwiperOptions } from 'swiper';
*/
/* dts-props
id?: string | number;
className?: string;
style?: React.CSSProperties;
animated? : boolean
swipeable? : boolean
routable? : boolean
swiperParams? : SwiperOptions
ref?: React.MutableRefObject<{el: HTMLElement | null;}>;
COLOR_PROPS
CHILDREN_PROP
*/
var _default = _tabs.default;
exports.default = _default;