UNPKG

@mui/base

Version:

MUI Base is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

15 lines (14 loc) 318 B
import { TabTypeMap } from './Tab.types'; import { PolymorphicComponent } from '../utils'; /** * * Demos: * * - [Tabs](https://mui.com/base-ui/react-tabs/) * * API: * * - [Tab API](https://mui.com/base-ui/react-tabs/components-api/#tab) */ declare const Tab: PolymorphicComponent<TabTypeMap>; export { Tab };