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/components/AttachmentButton/AttachmentButton.js +2 -2
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -1
- package/lib/components/AttachmentButton/types.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +6 -6
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/index.cjs +2 -2
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.esm.js +2 -2
- package/lib/index.esm.js.br +0 -0
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
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>;
|