UNPKG

332 BTypeScriptView Raw
1import { TabTypeMap } from './Tab.types';
2import { PolymorphicComponent } from '../utils';
3/**
4 *
5 * Demos:
6 *
7 * - [Tabs](https://mui.com/base-ui/react-tabs/)
8 *
9 * API:
10 *
11 * - [Tab API](https://mui.com/base-ui/react-tabs/components-api/#tab)
12 */
13declare const Tab: PolymorphicComponent<TabTypeMap<{}, "button">>;
14export { Tab };