mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fe4d294c64
Fix #9502
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
// https://github.com/moment/moment/issues/3650
|
|
export default function interopDefault(m: any) {
|
|
return m.default || m;
|
|
}
|