Skip to content

fix: export missing GoogleCastOptions type#1758

Open
velocitysystems wants to merge 1 commit intovidstack:mainfrom
velocitysystems:bug/1757
Open

fix: export missing GoogleCastOptions type#1758
velocitysystems wants to merge 1 commit intovidstack:mainfrom
velocitysystems:bug/1757

Conversation

@velocitysystems
Copy link

@velocitysystems velocitysystems commented Mar 16, 2026

Summary

  • Export GoogleCastOptions type from providers barrel file, fixing TS4023 when using vidstack/vue with composite: true

Fixes #1757

Test plan

  • Create a Vue + TypeScript project with composite: true and vueCompilerOptions in tsconfig
  • Import vidstack/vue types and use <media-player> component
  • Run npx vue-tsc --noEmit and confirm no TS4023 error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GoogleCastOptions type is not exported

1 participant