Components - DialogsClassesResizableDialogComponentPropsVersion: 4.1.0On this pageResizableDialogComponentProps Index ConstructorsconstructorPropertiesdefaultHeightdefaultWidthdialogPropsenableResizinghelpTypeminHeightminWidthonResizeStopConstructors constructornew ResizableDialogComponentProps(): ResizableDialogComponentPropsReturns ResizableDialogComponentPropsProperties defaultHeightdefaultHeight: numberdefaultWidthdefaultWidth: numberdialogPropsdialogProps: IDialogPropsenableResizingenableResizing: booleanoptionalhelpTypehelpType?: HelpTypeoptionalminHeightminHeight?: numberoptionalminWidthminWidth?: numberoptionalonResizeStoponResizeStop?: (newWidth: number, newHeight: number) => voidType declaration(newWidth: number, newHeight: number): voidParametersnewWidth: numbernewHeight: numberReturns void