diff --git a/types/index.d.ts b/types/index.d.ts index 1ee4149a..ef3c1f97 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -30,7 +30,7 @@ declare module 'react-data-export' { export type ExcelValue = string | number | Date | boolean; export interface ExcelCell { - value: ExcelCell; + value: ExcelValue; style: ExcelStyle; }