Documents / @faasjs/ant-design / TabProps
Interface: TabProps
Tab item accepted by the FaasJS Ant Design Tabs wrapper.
Extends
Partial<OriginTabProps>
Properties
children
children:
ReactNode
Tab panel content.
Overrides
Partial.children
id
id:
string
Stable tab identifier used as the default key and label.
Overrides
Partial.id
title?
optionaltitle?:ReactNode
Title used as the default Ant Design tab label.