Skip to content

Commit ab8656c

Browse files
committed
fix: export downloadExcelJS()
1 parent 3d7993a commit ab8656c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-use-exceljs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function useExcelJS<T extends Array<Sheet>>({
2020
}
2121
}
2222

23-
async function downloadExcelJS<T extends Array<Sheet>>({
23+
export async function downloadExcelJS<T extends Array<Sheet>>({
2424
filename,
2525
data,
2626
worksheets,

0 commit comments

Comments
 (0)