mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(store): rename feature to slice (#373)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// Re-exports from core/dom
|
||||
export {
|
||||
type AnyPlayerFeature,
|
||||
type BufferState,
|
||||
definePlayerFeature,
|
||||
type FeatureAvailability,
|
||||
features,
|
||||
type Media,
|
||||
type MediaContainer,
|
||||
type PlaybackState,
|
||||
type PlayerFeature,
|
||||
type PlayerStore,
|
||||
type PlayerTarget,
|
||||
type SourceState,
|
||||
selectBuffer,
|
||||
selectPlayback,
|
||||
selectSource,
|
||||
selectTime,
|
||||
selectVolume,
|
||||
type TimeState,
|
||||
type VolumeState,
|
||||
} from '@videojs/core/dom';
|
||||
|
||||
// Re-exports from store (utilities)
|
||||
export type { Comparator, Selector } from '@videojs/store';
|
||||
export { createSelector, shallowEqual } from '@videojs/store';
|
||||
|
||||
Reference in New Issue
Block a user