@@ -26,6 +26,7 @@ declare global {
26
26
const computed : typeof import (' vue-demi' )[' computed' ]
27
27
const createApp : typeof import (' vue-demi' )[' createApp' ]
28
28
const createEventDispatcher : typeof import (' svelte' )[' createEventDispatcher' ]
29
+ const createRef : typeof import (' react' )[' createRef' ]
29
30
const crossfade : typeof import (' svelte/transition' )[' crossfade' ]
30
31
const cubicIn : typeof import (' svelte/easing' )[' cubicIn' ]
31
32
const cubicInOut : typeof import (' svelte/easing' )[' cubicInOut' ]
@@ -49,6 +50,7 @@ declare global {
49
50
const fade : typeof import (' svelte/transition' )[' fade' ]
50
51
const flip : typeof import (' svelte/animate' )[' flip' ]
51
52
const fly : typeof import (' svelte/transition' )[' fly' ]
53
+ const forwardRef : typeof import (' react' )[' forwardRef' ]
52
54
const get : typeof import (' svelte/store' )[' get' ]
53
55
const getAllContexts : typeof import (' svelte' )[' getAllContexts' ]
54
56
const getContext : typeof import (' svelte' )[' getContext' ]
@@ -59,8 +61,10 @@ declare global {
59
61
const inject : typeof import (' vue-demi' )[' inject' ]
60
62
const isReadonly : typeof import (' vue-demi' )[' isReadonly' ]
61
63
const isRef : typeof import (' vue-demi' )[' isRef' ]
64
+ const lazy : typeof import (' react' )[' lazy' ]
62
65
const linear : typeof import (' svelte/easing' )[' linear' ]
63
66
const markRaw : typeof import (' vue-demi' )[' markRaw' ]
67
+ const memo : typeof import (' react' )[' memo' ]
64
68
const nextTick : typeof import (' vue-demi' )[' nextTick' ]
65
69
const onActivated : typeof import (' vue-demi' )[' onActivated' ]
66
70
const onBeforeMount : typeof import (' vue-demi' )[' onBeforeMount' ]
@@ -99,6 +103,7 @@ declare global {
99
103
const sineOut : typeof import (' svelte/easing' )[' sineOut' ]
100
104
const slide : typeof import (' svelte/transition' )[' slide' ]
101
105
const spring : typeof import (' svelte/motion' )[' spring' ]
106
+ const startTransition : typeof import (' react' )[' startTransition' ]
102
107
const tick : typeof import (' svelte' )[' tick' ]
103
108
const toRaw : typeof import (' vue-demi' )[' toRaw' ]
104
109
const toRef : typeof import (' vue-demi' )[' toRef' ]
@@ -111,13 +116,19 @@ declare global {
111
116
const useContext : typeof import (' react' )[' useContext' ]
112
117
const useCssModule : typeof import (' vue-demi' )[' useCssModule' ]
113
118
const useDebugValue : typeof import (' react' )[' useDebugValue' ]
119
+ const useDeferredValue : typeof import (' react' )[' useDeferredValue' ]
114
120
const useEffect : typeof import (' react' )[' useEffect' ]
121
+ const useId : typeof import (' react' )[' useId' ]
115
122
const useImperativeHandle : typeof import (' react' )[' useImperativeHandle' ]
123
+ const useInsertionEffect : typeof import (' react' )[' useInsertionEffect' ]
124
+ const useLayoutEffect : typeof import (' react' )[' useLayoutEffect' ]
116
125
const useMemo : typeof import (' react' )[' useMemo' ]
117
126
const useReducer : typeof import (' react' )[' useReducer' ]
118
127
const useRef : typeof import (' react' )[' useRef' ]
119
128
const useSlots : typeof import (' vue-demi' )[' useSlots' ]
120
129
const useState : typeof import (' react' )[' useState' ]
130
+ const useSyncExternalStore : typeof import (' react' )[' useSyncExternalStore' ]
131
+ const useTransition : typeof import (' react' )[' useTransition' ]
121
132
const watch : typeof import (' vue-demi' )[' watch' ]
122
133
const watchEffect : typeof import (' vue-demi' )[' watchEffect' ]
123
134
const writable : typeof import (' svelte/store' )[' writable' ]
0 commit comments