UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines (7 loc) 203 B
/** * TabList hook to manage multiple tab buttons, * and ensures only one tab is selected at a time. */ export declare function useTabList(): { onKeyDown: (event: React.KeyboardEvent) => void; };