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

12 lines
240 B
JavaScript
Raw Normal View History

2024-12-01 11:56:54 +00:00
export var TabsDefaultProps = {
type: 'basic',
direction: 'horizontal',
current: null,
defaultCurrent: 0,
items: [],
scrollMode: 'edge',
tabsBarClassName: '',
tabActiveClassName: '',
tabClassName: '',
2024-11-10 07:01:22 +00:00
};