/** * @internal */ export interface ICancelEditDialogProps { onCancel: () => void; onSubmit: () => void; } //# sourceMappingURL=types.d.ts.map