@m4l/layouts 9.3.1 → 9.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -291,6 +291,7 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
|
|
|
291
291
|
onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
|
|
292
292
|
onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
293
293
|
onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
294
|
+
dataTestId?: string | undefined;
|
|
294
295
|
centerRipple?: boolean | undefined;
|
|
295
296
|
disableRipple?: boolean | undefined;
|
|
296
297
|
disableTouchRipple?: boolean | undefined;
|
|
@@ -301,7 +302,6 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
|
|
|
301
302
|
TouchRippleProps?: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> | undefined;
|
|
302
303
|
touchRippleRef?: React.Ref<import('@mui/material/ButtonBase/TouchRipple').TouchRippleActions> | undefined;
|
|
303
304
|
disableFocusRipple?: boolean | undefined;
|
|
304
|
-
dataTestId?: string | undefined;
|
|
305
305
|
iconPosition?: ("top" | "bottom" | "start" | "end") | undefined;
|
|
306
306
|
wrapped?: boolean | undefined;
|
|
307
307
|
}[];
|