Skip to content

Commit

Permalink
[ButtonBase] Export types used in ButtonBase props (#43530)
Browse files Browse the repository at this point in the history
Yep it is. I have to put some deeper exports for this specific module because X has to support 2 core versions. But at least we can start migrating away from it.
  • Loading branch information
Janpot authored Jan 16, 2025
1 parent f841acc commit bc483df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/mui-material/src/ButtonBase/ButtonBase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { TouchRippleActions, TouchRippleProps } from './TouchRipple';
import { OverrideProps, OverridableComponent, OverridableTypeMap } from '../OverridableComponent';
import { ButtonBaseClasses } from './buttonBaseClasses';

export { TouchRippleActions, TouchRippleProps };

export interface ButtonBaseOwnProps {
/**
* A ref for imperative actions.
Expand Down

0 comments on commit bc483df

Please sign in to comment.