feat(core): add play button component (#383)

This commit is contained in:
rahim
2026-02-04 00:33:14 +11:00
committed by GitHub
parent 9fa172e8a4
commit 9cfab264d8
41 changed files with 2083 additions and 38 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { defineSlice } from '@videojs/store';
import type { PlayerTarget } from './types';
import type { PlayerTarget } from './media/types';
export const definePlayerFeature = defineSlice<PlayerTarget>();