Skip to content

Commit

Permalink
Remove AvatarGroupProps import from lab's theme augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Feb 6, 2025
1 parent 1f4f190 commit 37ce7c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-lab/src/themeAugmentation/props.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AvatarGroupProps } from '../AvatarGroup';
import { LoadingButtonProps } from '../LoadingButton';
import { TabListProps } from '../TabList';
import { TabPanelProps } from '../TabPanel';
Expand All @@ -12,7 +11,6 @@ import { TimelineSeparatorProps } from '../TimelineSeparator';
import { MasonryProps } from '../Masonry';

export interface LabComponentsPropsList {
MuiAvatarGroup: AvatarGroupProps;
MuiLoadingButton: LoadingButtonProps;
MuiMasonry: MasonryProps;
MuiTabList: TabListProps;
Expand Down

0 comments on commit 37ce7c0

Please sign in to comment.