Avoid global React namespace in experimental.d.ts

Co-authored-by: Parbez <imranbarbhuiya.fsd@gmail.com>
This commit is contained in:
Alistair Smith
2025-08-26 15:15:48 -07:00
committed by GitHub
parent 3ed06e3ddf
commit fd69af7356
4 changed files with 128 additions and 29 deletions

View File

@@ -35,7 +35,7 @@ Add this directive to _just one file_ in your project, such as:
- Any single `.ts` file that TypeScript includes in your compilation
```ts
/// <reference types="bun/test-globals" />
/// <reference types="bun-types/test-globals" />
```
---