FrontPastel/node_modules/@mui/base/TabPanel/TabPanel.d.ts

15 lines
365 B
TypeScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import { PolymorphicComponent } from '../utils';
import { TabPanelTypeMap } from './TabPanel.types';
/**
*
* Demos:
*
* - [Tabs](https://mui.com/base-ui/react-tabs/)
*
* API:
*
* - [TabPanel API](https://mui.com/base-ui/react-tabs/components-api/#tab-panel)
*/
declare const TabPanel: PolymorphicComponent<TabPanelTypeMap<{}, "div">>;
export { TabPanel };