UNPKG

@cmk/fe_utils

Version:
6 lines (4 loc) 295 B
import { CommonComponentPropertys } from '../../componentProperty'; import { DialogProps } from '@mui/material'; export type DialogWrapperProps = DialogProps & CommonComponentPropertys; export declare const DialogWrapper: (props: DialogWrapperProps) => import("react/jsx-runtime").JSX.Element;