We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 346d620 + bf08d63 commit 7701b39Copy full SHA for 7701b39
1 file changed
docs/integrations/react/overview.md
@@ -348,13 +348,15 @@ import React, { useState } from 'react';
348
349
export interface CustomLightboxProps {
350
data: any;
351
+ gantt: any;
352
onSave: (task: any) => void;
353
onCancel: () => void;
354
onDelete: () => void;
355
}
356
357
const CustomLightbox: React.FC<CustomLightboxProps> = ({
358
data,
359
+ gantt,
360
onSave,
361
onCancel,
362
onDelete
0 commit comments