docs: use framework exports in player API examples (#821)

This commit is contained in:
rahim
2026-03-10 02:11:02 -07:00
committed by GitHub
parent 09163b8206
commit 4cf69561c2
13 changed files with 57 additions and 108 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export interface CreatePlayerResult<Store extends PlayerStore> {
*
* @example
* ```ts
* import { createPlayer, MediaElement } from '@videojs/html';
* import { createPlayer, MediaElement, selectPlayback } from '@videojs/html';
* import { videoFeatures } from '@videojs/html/video';
*
* const { ProviderMixin, ContainerMixin, PlayerController, context } = createPlayer({