auto-imports.d.ts 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // noinspection JSUnusedGlobalSymbols
  5. // Generated by unplugin-auto-import
  6. export {}
  7. declare global {
  8. const $: typeof import('vue/macros')['$']
  9. const $$: typeof import('vue/macros')['$$']
  10. const $computed: typeof import('vue/macros')['$computed']
  11. const $customRef: typeof import('vue/macros')['$customRef']
  12. const $ref: typeof import('vue/macros')['$ref']
  13. const $shallowRef: typeof import('vue/macros')['$shallowRef']
  14. const $toRef: typeof import('vue/macros')['$toRef']
  15. const EffectScope: typeof import('vue')['EffectScope']
  16. const THREE: typeof import('three.js')
  17. const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
  18. const afterAll: typeof import('vitest')['afterAll']
  19. const afterEach: typeof import('vitest')['afterEach']
  20. const afterUpdate: typeof import('svelte')['afterUpdate']
  21. const assert: typeof import('vitest')['assert']
  22. const backIn: typeof import('svelte/easing')['backIn']
  23. const backInOut: typeof import('svelte/easing')['backInOut']
  24. const backOut: typeof import('svelte/easing')['backOut']
  25. const beforeAll: typeof import('vitest')['beforeAll']
  26. const beforeEach: typeof import('vitest')['beforeEach']
  27. const beforeUpdate: typeof import('svelte')['beforeUpdate']
  28. const blur: typeof import('svelte/transition')['blur']
  29. const bounceIn: typeof import('svelte/easing')['bounceIn']
  30. const bounceInOut: typeof import('svelte/easing')['bounceInOut']
  31. const bounceOut: typeof import('svelte/easing')['bounceOut']
  32. const chai: typeof import('vitest')['chai']
  33. const circIn: typeof import('svelte/easing')['circIn']
  34. const circInOut: typeof import('svelte/easing')['circInOut']
  35. const circOut: typeof import('svelte/easing')['circOut']
  36. const computed: typeof import('vue')['computed']
  37. const createApp: typeof import('vue')['createApp']
  38. const createEventDispatcher: typeof import('svelte')['createEventDispatcher']
  39. const createPinia: typeof import('pinia')['createPinia']
  40. const createRef: typeof import('react')['createRef']
  41. const crossfade: typeof import('svelte/transition')['crossfade']
  42. const cubicIn: typeof import('svelte/easing')['cubicIn']
  43. const cubicInOut: typeof import('svelte/easing')['cubicInOut']
  44. const cubicOut: typeof import('svelte/easing')['cubicOut']
  45. const customDefault: typeof import('custom')['default']
  46. const customDefaultAlias: typeof import('custom')['default']
  47. const customNamed: typeof import('custom')['customNamed']
  48. const customRef: typeof import('vue')['customRef']
  49. const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
  50. const defineComponent: typeof import('vue')['defineComponent']
  51. const defineStore: typeof import('pinia')['defineStore']
  52. const derived: typeof import('svelte/store')['derived']
  53. const describe: typeof import('vitest')['describe']
  54. const draw: typeof import('svelte/transition')['draw']
  55. const effectScope: typeof import('vue')['effectScope']
  56. const elasticIn: typeof import('svelte/easing')['elasticIn']
  57. const elasticInOut: typeof import('svelte/easing')['elasticInOut']
  58. const elasticOut: typeof import('svelte/easing')['elasticOut']
  59. const expect: typeof import('vitest')['expect']
  60. const expoIn: typeof import('svelte/easing')['expoIn']
  61. const expoInOut: typeof import('svelte/easing')['expoInOut']
  62. const expoOut: typeof import('svelte/easing')['expoOut']
  63. const fade: typeof import('svelte/transition')['fade']
  64. const flip: typeof import('svelte/animate')['flip']
  65. const fly: typeof import('svelte/transition')['fly']
  66. const forwardRef: typeof import('react')['forwardRef']
  67. const get: typeof import('svelte/store')['get']
  68. const getActivePinia: typeof import('pinia')['getActivePinia']
  69. const getAllContexts: typeof import('svelte')['getAllContexts']
  70. const getContext: typeof import('svelte')['getContext']
  71. const getCurrentInstance: typeof import('vue')['getCurrentInstance']
  72. const getCurrentScope: typeof import('vue')['getCurrentScope']
  73. const h: typeof import('vue')['h']
  74. const hasContext: typeof import('svelte')['hasContext']
  75. const inject: typeof import('vue')['inject']
  76. const isProxy: typeof import('vue')['isProxy']
  77. const isReactive: typeof import('vue')['isReactive']
  78. const isReadonly: typeof import('vue')['isReadonly']
  79. const isRef: typeof import('vue')['isRef']
  80. const it: typeof import('vitest')['it']
  81. const lazy: typeof import('react')['lazy']
  82. const linear: typeof import('svelte/easing')['linear']
  83. const mapActions: typeof import('pinia')['mapActions']
  84. const mapGetters: typeof import('pinia')['mapGetters']
  85. const mapState: typeof import('pinia')['mapState']
  86. const mapStores: typeof import('pinia')['mapStores']
  87. const mapWritableState: typeof import('pinia')['mapWritableState']
  88. const markRaw: typeof import('vue')['markRaw']
  89. const memo: typeof import('react')['memo']
  90. const nextTick: typeof import('vue')['nextTick']
  91. const onActivated: typeof import('vue')['onActivated']
  92. const onBeforeMount: typeof import('vue')['onBeforeMount']
  93. const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
  94. const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
  95. const onDeactivated: typeof import('vue')['onDeactivated']
  96. const onDestroy: typeof import('svelte')['onDestroy']
  97. const onErrorCaptured: typeof import('vue')['onErrorCaptured']
  98. const onMount: typeof import('svelte')['onMount']
  99. const onMounted: typeof import('vue')['onMounted']
  100. const onRenderTracked: typeof import('vue')['onRenderTracked']
  101. const onRenderTriggered: typeof import('vue')['onRenderTriggered']
  102. const onScopeDispose: typeof import('vue')['onScopeDispose']
  103. const onServerPrefetch: typeof import('vue')['onServerPrefetch']
  104. const onUnmounted: typeof import('vue')['onUnmounted']
  105. const onUpdated: typeof import('vue')['onUpdated']
  106. const provide: typeof import('vue')['provide']
  107. const quadIn: typeof import('svelte/easing')['quadIn']
  108. const quadInOut: typeof import('svelte/easing')['quadInOut']
  109. const quadOut: typeof import('svelte/easing')['quadOut']
  110. const quartIn: typeof import('svelte/easing')['quartIn']
  111. const quartInOut: typeof import('svelte/easing')['quartInOut']
  112. const quartOut: typeof import('svelte/easing')['quartOut']
  113. const quintIn: typeof import('svelte/easing')['quintIn']
  114. const quintInOut: typeof import('svelte/easing')['quintInOut']
  115. const quintOut: typeof import('svelte/easing')['quintOut']
  116. const reactive: typeof import('vue')['reactive']
  117. const readable: typeof import('svelte/store')['readable']
  118. const readonly: typeof import('vue')['readonly']
  119. const ref: typeof import('vue')['ref']
  120. const resolveComponent: typeof import('vue')['resolveComponent']
  121. const scale: typeof import('svelte/transition')['scale']
  122. const setActivePinia: typeof import('pinia')['setActivePinia']
  123. const setContext: typeof import('svelte')['setContext']
  124. const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
  125. const shallowReactive: typeof import('vue')['shallowReactive']
  126. const shallowReadonly: typeof import('vue')['shallowReadonly']
  127. const shallowRef: typeof import('vue')['shallowRef']
  128. const sineIn: typeof import('svelte/easing')['sineIn']
  129. const sineInOut: typeof import('svelte/easing')['sineInOut']
  130. const sineOut: typeof import('svelte/easing')['sineOut']
  131. const slide: typeof import('svelte/transition')['slide']
  132. const spring: typeof import('svelte/motion')['spring']
  133. const startTransition: typeof import('react')['startTransition']
  134. const storeToRefs: typeof import('pinia')['storeToRefs']
  135. const suite: typeof import('vitest')['suite']
  136. const test: typeof import('vitest')['test']
  137. const tick: typeof import('svelte')['tick']
  138. const toRaw: typeof import('vue')['toRaw']
  139. const toRef: typeof import('vue')['toRef']
  140. const toRefs: typeof import('vue')['toRefs']
  141. const toValue: typeof import('vue')['toValue']
  142. const triggerRef: typeof import('vue')['triggerRef']
  143. const tweened: typeof import('svelte/motion')['tweened']
  144. const unref: typeof import('vue')['unref']
  145. const useAttrs: typeof import('vue')['useAttrs']
  146. const useCallback: typeof import('react')['useCallback']
  147. const useContext: typeof import('react')['useContext']
  148. const useCssModule: typeof import('vue')['useCssModule']
  149. const useCssVars: typeof import('vue')['useCssVars']
  150. const useDebugValue: typeof import('react')['useDebugValue']
  151. const useDeferredValue: typeof import('react')['useDeferredValue']
  152. const useDialogPluginComponent: typeof import('quasar')['useDialogPluginComponent']
  153. const useEffect: typeof import('react')['useEffect']
  154. const useFormChild: typeof import('quasar')['useFormChild']
  155. const useId: typeof import('react')['useId']
  156. const useImperativeHandle: typeof import('react')['useImperativeHandle']
  157. const useInsertionEffect: typeof import('react')['useInsertionEffect']
  158. const useLayoutEffect: typeof import('react')['useLayoutEffect']
  159. const useMemo: typeof import('react')['useMemo']
  160. const useMeta: typeof import('quasar')['useMeta']
  161. const useQuasar: typeof import('quasar')['useQuasar']
  162. const useReducer: typeof import('react')['useReducer']
  163. const useRef: typeof import('react')['useRef']
  164. const useSlots: typeof import('vue')['useSlots']
  165. const useState: typeof import('react')['useState']
  166. const useSyncExternalStore: typeof import('react')['useSyncExternalStore']
  167. const useTransition: typeof import('react')['useTransition']
  168. const vi: typeof import('vitest')['vi']
  169. const vitest: typeof import('vitest')['vitest']
  170. const watch: typeof import('vue')['watch']
  171. const watchEffect: typeof import('vue')['watchEffect']
  172. const watchPostEffect: typeof import('vue')['watchPostEffect']
  173. const watchSyncEffect: typeof import('vue')['watchSyncEffect']
  174. const writable: typeof import('svelte/store')['writable']
  175. }