Skip to content

fix(vidstack): export missing public types#1816

Merged
mihar-22 merged 1 commit into
mainfrom
codex/1757-1759-public-type-exports
May 26, 2026
Merged

fix(vidstack): export missing public types#1816
mihar-22 merged 1 commit into
mainfrom
codex/1757-1759-public-type-exports

Conversation

@mihar-22
Copy link
Copy Markdown
Member

Summary

  • Export GoogleCastOptions from the public provider exports so MediaPlayerProps does not reference an unexported type.
  • Export ChapterTitleProps, MediaLayoutProps, and SpinnerProps from the public vidstack surface used by generated framework typings.

Fixes #1757
Fixes #1759

Validation

  • pnpm --filter vidstack typecheck
  • pnpm --filter vidstack types
  • pnpm --filter vidstack analyze
  • git diff --check

@mihar-22 mihar-22 marked this pull request as ready for review May 26, 2026 06:50
@mihar-22 mihar-22 merged commit 68674f8 into main May 26, 2026
1 check passed
@mihar-22 mihar-22 deleted the codex/1757-1759-public-type-exports branch May 26, 2026 06:50
@velocitysystems
Copy link
Copy Markdown

Thanks @mihar-22. Will this ship in the next release?

@mihar-22
Copy link
Copy Markdown
Member Author

Yep!

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.

ChapterTitleProps, MediaLayoutProps, and SpinnerProps types are not exported GoogleCastOptions type is not exported

2 participants