UNPKG

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