feat: small state and naming fixes (#719)

This commit is contained in:
Wesley Luyten
2026-03-04 16:05:20 -06:00
committed by GitHub
parent 070d094444
commit 5c422452e4
25 changed files with 94 additions and 88 deletions
@@ -60,7 +60,7 @@ const store: Store<HTMLMediaElement, VolumeState> = createStore<HTMLMediaElement
import type { InferSliceState } from '@videojs/store';
type VolumeState = InferSliceState<typeof volumeSlice>;
// { volume: number; muted: boolean; setVolume: ...; toggleMute: ... }
// { volume: number; muted: boolean; setVolume: ...; toggleMuted: ... }
```
### Show Type Imports