mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(core)!: move media capability predicates to core layer (#1705)
Co-authored-by: Rahim <rahim.alwer@gmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// Core
|
||||
export * from '@videojs/core/dom';
|
||||
// Media predicates
|
||||
export * from '@videojs/core/media/predicate';
|
||||
export type {
|
||||
Destroyable,
|
||||
PropertyDeclaration,
|
||||
@@ -10,7 +12,6 @@ export type {
|
||||
} from '@videojs/element';
|
||||
// Element — reactive primitives for users extending MediaElement
|
||||
export { DestroyMixin, ReactiveElement } from '@videojs/element';
|
||||
|
||||
// Store
|
||||
export type { Comparator, Selector } from '@videojs/store';
|
||||
export { createSelector, shallowEqual } from '@videojs/store';
|
||||
|
||||
Reference in New Issue
Block a user