UNPKG
qt-public-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
新设计规范下业务组件库
qt-public-ui
/
es
/
CompatibleAntd3
/
_util
/
interopDefault.js
5 lines
•
182 B
JavaScript
View Raw
1
2
3
4
5
// https://github.com/moment/moment/issues/3650
// since we are using ts 3.5.1, it should be safe to remove.
export
default
function
interopDefault
(
m
) {
return
m[
"default"
] || m; }