Skip to content

Commit bc483df

Browse files
authored
[ButtonBase] Export types used in ButtonBase props (#43530)
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.
1 parent f841acc commit bc483df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mui-material/src/ButtonBase/ButtonBase.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { TouchRippleActions, TouchRippleProps } from './TouchRipple';
55
import { OverrideProps, OverridableComponent, OverridableTypeMap } from '../OverridableComponent';
66
import { ButtonBaseClasses } from './buttonBaseClasses';
77

8+
export { TouchRippleActions, TouchRippleProps };
9+
810
export interface ButtonBaseOwnProps {
911
/**
1012
* A ref for imperative actions.

0 commit comments

Comments
 (0)