UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

6 lines (5 loc) 242 B
import * as React from 'react'; import type { TabPanelProps } from "../types.js"; export declare function useTabPanel(tabPanelProps: TabPanelProps): React.HTMLAttributes<HTMLDivElement> & { [key: `data-${string}`]: string | undefined; };