UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

6 lines (5 loc) 282 B
import * as React from 'react'; import type { TabComponentElementType, TabProps } from "../types.js"; export declare function useTab<T extends TabComponentElementType>(tabProps: TabProps<T>): React.HTMLAttributes<HTMLElement> & { [key: `data-${string}`]: string | undefined; };