Files

12 lines
240 B
JavaScript
Raw Permalink Normal View History

2025-08-18 09:11:51 +08:00
export var TabsDefaultProps = {
type: 'basic',
direction: 'horizontal',
current: null,
defaultCurrent: 0,
items: [],
scrollMode: 'edge',
tabsBarClassName: '',
tabActiveClassName: '',
tabClassName: '',
};