mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(media)!: extract media package from core (#1879)
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
import type { AudioPlayerStore, PlayerStore, PlayerTarget, VideoPlayerStore } from '@videojs/core/dom';
|
||||
import { audioFeatures, definePlayerFeature, features, videoFeatures } from '@videojs/core/dom';
|
||||
import {
|
||||
type AudioPlayerStore,
|
||||
audioFeatures,
|
||||
definePlayerFeature,
|
||||
features,
|
||||
type PlayerStore,
|
||||
type PlayerTarget,
|
||||
type VideoPlayerStore,
|
||||
videoFeatures,
|
||||
} from '@videojs/core/dom';
|
||||
import type { Slice } from '@videojs/store';
|
||||
import { assertType, describe, it } from 'vitest';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user