@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) • 314 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { TabProps } from 'react-aria-components';
/**
* Tab - Individual tab component
*
* Represents a selectable tab within a TabList
*/
declare function Tab({ children, className, ...rest }: TabProps): react_jsx_runtime.JSX.Element;
export { Tab };