export interface IValidationErrorDialogProps { /** * Specifies if a dialog should be shown when validation fails. Default - false */ showDialogOnValidationError?: boolean; /** * Specifies a custom title to be shown in the validation dialog. Default - empty */ customTitle?: string; /** * Specifies a custom message to be shown in the validation dialog. Default - empty */ customMessage?: string; } //# sourceMappingURL=IValidationErrorDialogProps.d.ts.map