Skip to main content

TabList()

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

Parent of Tab

Type Parameters

T

T extends object

Parameters

props

Omit<TabListProps<T>, "className" | "style"> & BaseTabListProps & BaseProps & RefAttributes<HTMLDivElement>

Returns

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