Skip to main content

Tab()

const Tab: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

Must be a direct child of TabList

Parameters

props

Omit<TabProps, "className" | "style"> & object & PressEvents & BaseProps & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>