UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
es
/
DatePicker
/
hooks
/
useCellClassName.d.ts
2 lines
(1 loc)
•
126 B
TypeScript
View Raw
1
2
export
default
function
useClassName
(
props
:
any
):
(
cellDateObj
:
any
,
disabled
:
any
,
utcOffset
:
any
,
timezone
:
any
) =>
string
;