UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

12 lines (9 loc) 351 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { TabListProps } from 'react-aria-components'; /** * TabList - Container for tabs * * Contains and manages a group of Tab components */ declare function TabList<T extends object>({ children, className, ...rest }: TabListProps<T>): react_jsx_runtime.JSX.Element; export { TabList };