pixel-react-excel-sheet 1.0.45 → 1.0.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -2582,6 +2582,7 @@ interface AttachmentUploaderProps {
2582
2582
  buttonVariant?: 'primary' | 'secondary' | 'tertiary' | 'delete' | 'warning';
2583
2583
  deleteButton: boolean;
2584
2584
  addAttachmentButton: boolean;
2585
+ accept?: string[];
2585
2586
  }
2586
2587
 
2587
2588
  declare const AttachmentButton: React__default.FC<AttachmentUploaderProps>;