Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 12, 2024
1 parent 9a2babe commit 35b8c2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/mui-base/src/Tabs/Root/TabsProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import { TabsRootContext } from './TabsRootContext.js';
import { CompoundComponentContext, CompoundComponentContextValue } from '../../useCompound/index.js';
import {
CompoundComponentContext,
CompoundComponentContextValue,
} from '../../useCompound/index.js';

export type TabPanelMetadata = {
id: string | undefined;
Expand Down
5 changes: 4 additions & 1 deletion packages/mui-base/src/Tabs/TabsList/TabsListProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import PropTypes from 'prop-types';
import { TabsListContext } from './TabsListContext.js';
import { TabMetadata } from '../Root/useTabsRoot.js';
import { ListContext, ListContextValue } from '../../useList/ListContext.js';
import { CompoundComponentContext, CompoundComponentContextValue } from '../../useCompound/index.js';
import {
CompoundComponentContext,
CompoundComponentContextValue,
} from '../../useCompound/index.js';
import { refType } from '../../utils/proptypes.js';

export type TabsListProviderValue = CompoundComponentContextValue<any, TabMetadata> &
Expand Down

0 comments on commit 35b8c2c

Please sign in to comment.