import {Tabs} from '@mantine/core';

Tabs.displayName = 'Tabs';
Tabs.List.displayName = 'Tabs.List';
Tabs.Tab.displayName = 'Tabs.Tab';
Tabs.Panel.displayName = 'Tabs.Panel';

export {Tabs, type TabsFactory, type TabsProps} from '@mantine/core';
