Skip to content

Commit

Permalink
🔥 Tabs: Remove invalid props from TabListProps (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Apr 23, 2024
1 parent 0c21f88 commit 65cbb01
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/eds-core-react/src/components/Tabs/TabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,7 @@ const StyledTabList = styled.div.attrs(
}
`

export type TabListProps = {
/** @ignore */
variant?: Variants
/** @ignore */
scrollable?: boolean
} & HTMLAttributes<HTMLDivElement>
export type TabListProps = HTMLAttributes<HTMLDivElement>

type TabChild = {
disabled?: boolean
Expand Down

0 comments on commit 65cbb01

Please sign in to comment.