Merge branch 'main' into fix/error-with-immutable-spec

This commit is contained in:
Alex Varchuk 2022-10-04 15:57:28 +03:00
commit f3469054e1
No known key found for this signature in database
GPG Key ID: F1FD9569DC4AED04

2
custom.d.ts vendored
View File

@ -23,3 +23,5 @@ declare var reactHotLoaderGlobal: any;
interface Element {
scrollIntoViewIfNeeded(centerIfNeeded?: boolean): void;
}
type GenericObject = Record<string, any>;