We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82988b commit c87c851Copy full SHA for c87c851
static/app/components/tabs/index.tsx
@@ -6,11 +6,10 @@ import {AriaTabListOptions} from '@react-aria/tabs';
6
import {TabListState, TabListStateOptions} from '@react-stately/tabs';
7
import {Orientation} from '@react-types/shared';
8
9
-import {TabList, TabListProps} from './tabList';
10
-import {TabPanels} from './tabPanels';
11
import {tabsShouldForwardProp} from './utils';
12
13
-export {TabList, TabListProps, TabPanels};
+export {TabList, type TabListProps} from './tabList';
+export {TabPanels} from './tabPanels';
14
15
export interface TabsProps<T>
16
extends Omit<
0 commit comments