jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Tabs/props.js
2024-11-15 11:51:28 +08:00

12 lines
240 B
JavaScript

export var TabsDefaultProps = {
type: 'basic',
direction: 'horizontal',
current: null,
defaultCurrent: 0,
items: [],
scrollMode: 'edge',
tabsBarClassName: '',
tabActiveClassName: '',
tabClassName: '',
};