UNPKG
@ant-design/happy-work-theme
Version:
latest (2.0.0)
2.0.0
1.0.1
1.0.0
Ant Design happy work theme
github.com/ant-design/happy-work-theme
ant-design/happy-work-theme
@ant-design/happy-work-theme
/
es
/
DotEffect
/
style.d.ts
5 lines
(4 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
GlobalToken
}
from
'antd'
;
export
declare
const
TARGET_ATTR
=
"data-happy-wave-target"
;
declare
const
useStyle
:
(
prefixCls
:
string
,
hashId
:
string
,
token
:
GlobalToken
) =>
void
;
export
default
useStyle;