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

12 lines
237 B
JavaScript
Raw Normal View History

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