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
/
_util
/
warning.js
4 lines
•
180 B
JavaScript
View Raw
1
2
3
4
import
warning
from
"rc-util/es/warning"
;
export
default
(
function
(
valid, component, message
) {
warning
(valid,
"[antd-compatible: "
.
concat
(component,
"] "
).
concat
(message)); });