@max-ts/components 1.3.1 → 1.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { DialogActionsProps as MuiDialogActionsProps } from '@mui/material';
|
|
2
2
|
import { WithoutEmotionSpecific } from '../types';
|
|
3
3
|
export type DialogActionsProps = WithoutEmotionSpecific<MuiDialogActionsProps>;
|
|
4
|
-
export declare const DialogActions: ({ children,
|
|
4
|
+
export declare const DialogActions: ({ children, ...props }: DialogActionsProps) => import("react/jsx-runtime").JSX.Element;
|