UNPKG
@ant-design/compatible
Version:
latest (5.1.4)
v4-compatible-v3 (1.1.2)
v5-compatible-v4 (5.1.2)
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
1.1.2
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1-rc.1
0.0.1-rc.0
0.0.1-alpha.9
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Ant Design v3 to v4 compatible package
github.com/ant-design/compatible
ant-design/compatible
@ant-design/compatible
/
es
/
comment
/
style
/
index.d.ts
3 lines
(2 loc)
•
142 B
TypeScript
View Raw
1
2
3
import
*
as
React
from
'react'
;
export
default
function
useStyle
(
prefixCls
:
string
): [
(
node
:
React
.
ReactNode
) =>
React
.
ReactElement
,
string
];