UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

13 lines (12 loc) 260 B
type TabPanelProps = { value: string; }; /** * Tabs hook for managing the visible/hidden state of Tabs.Panel */ export declare function useTabPanel({ value }: TabPanelProps): { labelledbyId: string; hidden: boolean; id: string; }; export {};