UNPKG
@zegocloud/zimkit-react
Version:
latest (1.2.1)
1.2.1
ZEGO ZIMKit SDK for Web React
@zegocloud/zimkit-react
/
components
/
ZIMKitChat
/
ToolUtil
/
fileSizeFormat.d.ts
3 lines
(2 loc)
•
87 B
TypeScript
View Raw
1
2
3
declare
const
fileSizeFormat
:
(
fileSize
:
number
) =>
string
;
export
{ fileSizeFormat };