You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -517,6 +522,26 @@ export default function myRscFrameworkPlugin() {
517
522
}
518
523
```
519
524
525
+
## Typescript
526
+
527
+
Types for global API are defined in `@vitejs/plugin-rsc/types`. For example, you can add it to `tsconfig.json` to have types for `import.meta.viteRsc` APIs:
0 commit comments