import type { MdcDialogProps } from '../../types';

export type DialogProps = MdcDialogProps;
