Fix CI
This commit is contained in:
parent
36a472a506
commit
e82c059098
1 changed files with 1 additions and 0 deletions
1
src/js/types/globals.d.ts
vendored
1
src/js/types/globals.d.ts
vendored
|
@ -8,5 +8,6 @@ declare global {
|
|||
const useEffect: typeof hooks.useEffect;
|
||||
const useRef: typeof hooks.useRef;
|
||||
const useMemo: typeof hooks.useMemo;
|
||||
const createRef: typeof preact.createRef;
|
||||
const classNames: typeof classn;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue