UNPKG
@evidential-fortune-sheet/fortune-excel
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
An Excel import/export import library for FortuneSheet
@evidential-fortune-sheet/fortune-excel
/
dist
/
common
/
Transform.d.ts
3 lines
(2 loc)
•
202 B
TypeScript
View Raw
1
2
3
export
declare
const
transformExcelToFortune
:
(
e
:
any
,
setSheets
:
any
,
setKey
:
any
,
sheetRef
:
any
) =>
Promise
<
void
>;
export
declare
const
transformFortuneToExcel
:
(
luckysheetRef
:
any
) =>
Promise
<
void
>;