5
5
// Generated by unplugin-auto-import
6
6
export { }
7
7
declare global {
8
- const BotInfo : typeof import ( 'store/ServerStore.ts' ) [ 'BotInfo' ]
9
8
const BrowserRouter : typeof import ( 'react-router-dom' ) [ 'BrowserRouter' ]
10
- const DeviceInfo : typeof import ( 'store/ServerStore.ts' ) [ 'DeviceInfo' ]
11
- const EnvironmentInfo : typeof import ( 'store/ServerStore.ts' ) [ 'EnvironmentInfo' ]
12
9
const Link : typeof import ( 'react-router-dom' ) [ 'Link' ]
13
- const LocaleInfo : typeof import ( 'store/ServerStore.ts' ) [ 'LocaleInfo' ]
14
10
const NavLink : typeof import ( 'react-router-dom' ) [ 'NavLink' ]
15
11
const Navigate : typeof import ( 'react-router-dom' ) [ 'Navigate' ]
16
12
const Outlet : typeof import ( 'react-router-dom' ) [ 'Outlet' ]
17
- const ProxyAPI : typeof import ( 'utils/ProxyAPIHelper/index.ts' ) [ 'ProxyAPI' ]
18
13
const React : typeof import ( 'react' )
19
14
const Route : typeof import ( 'react-router-dom' ) [ 'Route' ]
20
15
const RouterProvider : typeof import ( 'react-router-dom' ) [ 'RouterProvider' ]
@@ -34,7 +29,6 @@ declare global {
34
29
const generatePath : typeof import ( 'react-router-dom' ) [ 'generatePath' ]
35
30
const generateSentenceCase : typeof import ( 'utils/StringHelper.ts' ) [ 'generateSentenceCase' ]
36
31
const generateTitleCase : typeof import ( 'utils/StringHelper.ts' ) [ 'generateTitleCase' ]
37
- const getAPIStore : typeof import ( 'store/APIStore.ts' ) [ 'getAPIStore' ]
38
32
const getCookie : typeof import ( 'utils/CookieHelper.ts' ) [ 'getCookie' ]
39
33
const getCustomSlug : typeof import ( 'utils/StringHelper.ts' ) [ 'getCustomSlug' ]
40
34
const getLocale : typeof import ( 'utils/StringHelper.ts' ) [ 'getLocale' ]
@@ -47,34 +41,6 @@ declare global {
47
41
const memo : typeof import ( 'react' ) [ 'memo' ]
48
42
const rgba : typeof import ( 'polished' ) [ 'rgba' ]
49
43
const setCookie : typeof import ( 'utils/CookieHelper.ts' ) [ 'setCookie' ]
50
- const setLinkAlternateTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkAlternateTag' ]
51
- const setLinkAmphtmlTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkAmphtmlTag' ]
52
- const setLinkAuthorTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkAuthorTag' ]
53
- const setLinkCanonicalTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkCanonicalTag' ]
54
- const setLinkNextTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkNextTag' ]
55
- const setLinkPrevTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkPrevTag' ]
56
- const setLinkTwitterTitleTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setLinkTwitterTitleTag' ]
57
- const setMetaAuthorTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaAuthorTag' ]
58
- const setMetaDescriptionTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaDescriptionTag' ]
59
- const setMetaGeoPositionTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaGeoPositionTag' ]
60
- const setMetaGeoRegionTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaGeoRegionTag' ]
61
- const setMetaGoogleBotTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaGoogleBotTag' ]
62
- const setMetaGoogleSiteVerificationTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaGoogleSiteVerificationTag' ]
63
- const setMetaICBMTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaICBMTag' ]
64
- const setMetaKeywordsTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaKeywordsTag' ]
65
- const setMetaOgDescriptionTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgDescriptionTag' ]
66
- const setMetaOgImageTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgImageTag' ]
67
- const setMetaOgSiteNameTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgSiteNameTag' ]
68
- const setMetaOgTitleTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgTitleTag' ]
69
- const setMetaOgTypeTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgTypeTag' ]
70
- const setMetaOgUrlTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaOgUrlTag' ]
71
- const setMetaRobotsTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaRobotsTag' ]
72
- const setMetaTwitterCardTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaTwitterCardTag' ]
73
- const setMetaTwitterDescriptionTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaTwitterDescriptionTag' ]
74
- const setMetaTwitterImageTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaTwitterImageTag' ]
75
- const setMetaViewportTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setMetaViewportTag' ]
76
- const setSeoTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setSeoTag' ]
77
- const setTitleTag : typeof import ( 'utils/SeoHelper/index.ts' ) [ 'setTitleTag' ]
78
44
const startTransition : typeof import ( 'react' ) [ 'startTransition' ]
79
45
const styled : typeof import ( 'styled-components' ) [ 'default' ]
80
46
const useCallback : typeof import ( 'react' ) [ 'useCallback' ]
@@ -89,7 +55,6 @@ declare global {
89
55
const useInsertionEffect : typeof import ( 'react' ) [ 'useInsertionEffect' ]
90
56
const useLayoutEffect : typeof import ( 'react' ) [ 'useLayoutEffect' ]
91
57
const useLinkClickHandler : typeof import ( 'react-router-dom' ) [ 'useLinkClickHandler' ]
92
- const useLocaleInfo : typeof import ( 'app/router/context/LocaleInfoContext' ) [ 'useLocaleInfo' ]
93
58
const useLocation : typeof import ( 'react-router-dom' ) [ 'useLocation' ]
94
59
const useMatches : typeof import ( 'react-router-dom' ) [ 'useMatches' ]
95
60
const useMemo : typeof import ( 'react' ) [ 'useMemo' ]
@@ -113,3 +78,9 @@ declare global {
113
78
const useTransition : typeof import ( 'react' ) [ 'useTransition' ]
114
79
const useUnsignedLetters : typeof import ( 'hooks/useStringHelper.ts' ) [ 'useUnsignedLetters' ]
115
80
}
81
+ // for type re-export
82
+ declare global {
83
+ // @ts -ignore
84
+ export type { Dispatch , SetStateAction , HTMLProps , HTMLAttributes , ComponentType , ReactNode } from 'react'
85
+ import ( 'react' )
86
+ }
0 commit comments