jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/TabBar/props.js

11 lines
228 B
JavaScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TabBarDefaultProps = void 0;
var TabBarDefaultProps = {
items: [],
defaultCurrent: 0
};
exports.TabBarDefaultProps = TabBarDefaultProps;