diff --git a/packages/eds-core-react/src/components/Tabs/TabList.tsx b/packages/eds-core-react/src/components/Tabs/TabList.tsx index 3100503dbc..3679e4932e 100644 --- a/packages/eds-core-react/src/components/Tabs/TabList.tsx +++ b/packages/eds-core-react/src/components/Tabs/TabList.tsx @@ -57,12 +57,7 @@ const StyledTabList = styled.div.attrs( } ` -export type TabListProps = { - /** @ignore */ - variant?: Variants - /** @ignore */ - scrollable?: boolean -} & HTMLAttributes +export type TabListProps = HTMLAttributes type TabChild = { disabled?: boolean