We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3f390 commit 710bb54Copy full SHA for 710bb54
reactjs/src/utils/utils.ts
@@ -1,3 +1,5 @@
1
+import * as abpTypings from '../lib/abp';
2
+
3
import { L } from '../lib/abpUtility';
4
import { routers } from '../components/Router/router.config';
5
@@ -83,7 +85,7 @@ class Utils {
83
85
}
84
86
87
- getCurrentClockProvider(currentProviderName: string): abp.timing.IClockProvider {
88
+ getCurrentClockProvider(currentProviderName: string): abpTypings.timing.IClockProvider {
89
if (currentProviderName === 'unspecifiedClockProvider') {
90
return abp.timing.unspecifiedClockProvider;
91
0 commit comments