Skip to content

Commit

Permalink
fix: export downloadExcelJS()
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamssg committed Apr 5, 2023
1 parent 3d7993a commit ab8656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-use-exceljs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function useExcelJS<T extends Array<Sheet>>({
}
}

async function downloadExcelJS<T extends Array<Sheet>>({
export async function downloadExcelJS<T extends Array<Sheet>>({
filename,
data,
worksheets,
Expand Down

0 comments on commit ab8656c

Please sign in to comment.