Skip to content

Commit

Permalink
fix exported type source
Browse files Browse the repository at this point in the history
  • Loading branch information
susannalandstrom committed Feb 20, 2024
1 parent 9f03e42 commit 6b079a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ export type { ToggleButtonOption } from './components/ToggleButtonGroup';
export { createFilterOptions } from '@mui/material/useAutocomplete';
export { useTheme } from '@mui/system';
export type { SxProps } from '@mui/material';
export type { Theme } from '@mui/material/styles';
export type { Theme } from '@mui/material';

0 comments on commit 6b079a8

Please sign in to comment.