-
Notifications
You must be signed in to change notification settings - Fork 0
/
auto-imports.d.ts
126 lines (126 loc) · 8.83 KB
/
auto-imports.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const LOG: typeof import('./src/core/utils/dev')['LOG']
const Link: typeof import('react-router-dom')['Link']
const NavLink: typeof import('react-router-dom')['NavLink']
const Navigate: typeof import('react-router-dom')['Navigate']
const Outlet: typeof import('react-router-dom')['Outlet']
const PerformanceLog: typeof import('./src/core/utils/dev')['PerformanceLog']
const Plurize: typeof import('./src/core/utils/localize')['Plurize']
const Route: typeof import('react-router-dom')['Route']
const Routes: typeof import('react-router-dom')['Routes']
const VERSION: typeof import('./src/core/utils/dev')['VERSION']
const api: typeof import('./src/core/api')['api']
const buildParams: typeof import('./src/core/utils/api')['buildParams']
const capitalizeFirstLetter: typeof import('./src/core/utils/search')['capitalizeFirstLetter']
const clearMorphologyInSearchTerm: typeof import('./src/core/utils/search')['clearMorphologyInSearchTerm']
const clearPhone: typeof import('./src/core/utils/validation')['clearPhone']
const clearString: typeof import('./src/core/utils/validation')['clearString']
const cns: typeof import('classnames')['default']
const copyToClipboard: typeof import('./src/core/utils/clipboard')['copyToClipboard']
const createRef: typeof import('react')['createRef']
const dateToDDMMMM: typeof import('./src/core/utils/datetime')['dateToDDMMMM']
const flushDataState: typeof import('./src/core/store/forecast.store')['flushDataState']
const forecastState: typeof import('./src/core/store/forecast.store')['forecastState']
const forecastStore: typeof import('./src/core/store/forecast.store')['default']
const formatDate: typeof import('./src/core/utils/datetime')['formatDate']
const formatPrice: typeof import('./src/core/utils/price')['formatPrice']
const formatUGC: typeof import('./src/core/utils/search')['formatUGC']
const formatUnixDate: typeof import('./src/core/utils/datetime')['formatUnixDate']
const forwardRef: typeof import('react')['forwardRef']
const getChart: typeof import('./src/core/store/forecast.store')['getChart']
const getCoins: typeof import('./src/core/store/forecast.store')['getCoins']
const getCurrentUser: typeof import('./src/core/store/user.store')['getCurrentUser']
const getInvesting: typeof import('./src/core/store/investor.store')['getInvesting']
const getLanguageByKey: typeof import('./src/core/utils/lang')['getLanguageByKey']
const getNotifications: typeof import('./src/core/store/user.store')['getNotifications']
const getPartnership: typeof import('./src/core/store/user.store')['getPartnership']
const getPluralKey: typeof import('./src/core/utils/localize')['getPluralKey']
const getRandomInt: typeof import('./src/core/utils/dev')['getRandomInt']
const getSalesTime: typeof import('./src/core/utils/sales')['getSalesTime']
const getSignals: typeof import('./src/core/store/signals.store')['getSignals']
const getTimezone: typeof import('./src/core/utils/datetime')['getTimezone']
const investorState: typeof import('./src/core/store/investor.store')['investorState']
const investorStore: typeof import('./src/core/store/investor.store')['default']
const isDevelopmentSite: typeof import('./src/core/utils/dev')['isDevelopmentSite']
const isModalOpened: typeof import('./src/core/utils/url')['isModalOpened']
const isValidNumber: typeof import('./src/core/utils/validation')['isValidNumber']
const languageList: typeof import('./src/core/utils/lang')['languageList']
const lazy: typeof import('react')['lazy']
const localStorageGet: typeof import('./src/core/utils/localstorage')['localStorageGet']
const localStorageSet: typeof import('./src/core/utils/localstorage')['localStorageSet']
const localizeKeys: typeof import('./src/core/utils/localize')['localizeKeys']
const memo: typeof import('react')['memo']
const openExternalLink: typeof import('./src/core/utils/url')['openExternalLink']
const pad: typeof import('./src/core/utils/datetime')['pad']
const prepareSmartSearchRegexp: typeof import('./src/core/utils/search')['prepareSmartSearchRegexp']
const reachGoal: typeof import('./src/core/utils/tracker')['reachGoal']
const removeQueryParam: typeof import('./src/core/utils/url')['removeQueryParam']
const resetUser: typeof import('./src/core/store/user.store')['resetUser']
const secondsToStamp: typeof import('./src/core/utils/datetime')['secondsToStamp']
const setFilter: typeof import('./src/core/store/signals.store')['setFilter']
const setSimulator: typeof import('./src/core/store/forecast.store')['setSimulator']
const setStateCoin: typeof import('./src/core/store/forecast.store')['setStateCoin']
const setStateDataForce: typeof import('./src/core/store/forecast.store')['setStateDataForce']
const setStateTime: typeof import('./src/core/store/forecast.store')['setStateTime']
const setTeletypeReady: typeof import('./src/core/store/ui.store')['setTeletypeReady']
const setTutorialComplete: typeof import('./src/core/store/user.store')['setTutorialComplete']
const setVideoModal: typeof import('./src/core/store/ui.store')['setVideoModal']
const signalState: typeof import('./src/core/store/signals.store')['signalState']
const signalsStore: typeof import('./src/core/store/signals.store')['default']
const startTransition: typeof import('react')['startTransition']
const store: typeof import('./src/core/store')['store']
const timeDiff: typeof import('./src/core/utils/datetime')['timeDiff']
const timeToTz: typeof import('./src/core/utils/datetime')['timeToTz']
const uiState: typeof import('./src/core/store/ui.store')['uiState']
const uiStore: typeof import('./src/core/store/ui.store')['default']
const useAppDispatch: typeof import('./src/core/store')['useAppDispatch']
const useAppSelector: typeof import('./src/core/store')['useAppSelector']
const useAsyncState: typeof import('./src/core/hooks/useAsyncState')['useAsyncState']
const useCallback: typeof import('react')['useCallback']
const useChart: typeof import('./src/core/hooks/useChart')['useChart']
const useClickOutside: typeof import('./src/core/hooks/useClickOutside')['useClickOutside']
const useContext: typeof import('react')['useContext']
const useDebounce: typeof import('./src/core/hooks/useDebounce')['useDebounce']
const useDebugValue: typeof import('react')['useDebugValue']
const useDeferredValue: typeof import('react')['useDeferredValue']
const useEffect: typeof import('react')['useEffect']
const useHref: typeof import('react-router-dom')['useHref']
const useI18n: typeof import('./src/core/i18n')['useI18n']
const useId: typeof import('react')['useId']
const useImperativeHandle: typeof import('react')['useImperativeHandle']
const useInRouterContext: typeof import('react-router-dom')['useInRouterContext']
const useInsertionEffect: typeof import('react')['useInsertionEffect']
const useLayoutEffect: typeof import('react')['useLayoutEffect']
const useLinkClickHandler: typeof import('react-router-dom')['useLinkClickHandler']
const useLocation: typeof import('react-router-dom')['useLocation']
const useMemo: typeof import('react')['useMemo']
const useNavigate: typeof import('react-router-dom')['useNavigate']
const useNavigationType: typeof import('react-router-dom')['useNavigationType']
const useOutlet: typeof import('react-router-dom')['useOutlet']
const useOutletContext: typeof import('react-router-dom')['useOutletContext']
const useParams: typeof import('react-router-dom')['useParams']
const useProfile: typeof import('./src/core/hooks/useProfile')['useProfile']
const useReducer: typeof import('react')['useReducer']
const useRef: typeof import('react')['useRef']
const useResolvedPath: typeof import('react-router-dom')['useResolvedPath']
const useRoutes: typeof import('react-router-dom')['useRoutes']
const useScrollLock: typeof import('./src/core/hooks/useScrollLock')['useScrollLock']
const useSearchParams: typeof import('react-router-dom')['useSearchParams']
const useState: typeof import('react')['useState']
const useSyncExternalStore: typeof import('react')['useSyncExternalStore']
const useTariff: typeof import('./src/core/hooks/useTariff')['useTariff']
const useTransition: typeof import('react')['useTransition']
const useTranslation: typeof import('react-i18next')['useTranslation']
const useWindowParams: typeof import('./src/core/hooks/useWindowParams')['useWindowParams']
const userState: typeof import('./src/core/store/user.store')['userState']
const userStore: typeof import('./src/core/store/user.store')['default']
const validDate: typeof import('./src/core/utils/validation')['validDate']
const validEmail: typeof import('./src/core/utils/validation')['validEmail']
const validPhone: typeof import('./src/core/utils/validation')['validPhone']
}