You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
使用typescript尝试引入"ActivityIndicator"时,代码检查器会报 ActivityIndicator不存在,而mand-mobile/types/index.d.ts中也确实未导出ActivityIndicator。
Mand Mobile Version
1.4.2
OS Version & Browser Version
win10 64 / chrome 67
Recurring Steps
<script lang="ts"> import { ActivityIndicator } from 'mand-mobile'; </script>Expectant Behaviors
没有报错。
Actual Behaviors
Error: Module '"x:/app/node_modules/mand-mobile/types/index"' has no exported member 'ActivityIndicator'.