Skip to content

Commit 3891f35

Browse files
committed
chore: update
1 parent 6cb4e7b commit 3891f35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/__snapshots__/dts.test.ts.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,9 @@ declare global {
110110
const useCallback: typeof import('react')['useCallback']
111111
const useContext: typeof import('react')['useContext']
112112
const useCssModule: typeof import('vue-demi')['useCssModule']
113+
const useDebugValue: typeof import('react')['useDebugValue']
113114
const useEffect: typeof import('react')['useEffect']
115+
const useImperativeHandle: typeof import('react')['useImperativeHandle']
114116
const useMemo: typeof import('react')['useMemo']
115117
const useReducer: typeof import('react')['useReducer']
116118
const useRef: typeof import('react')['useRef']

0 commit comments

Comments
 (0)