chore: changed the position of types
now the types related to adapters are inside AdapterAPI type file
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
export { AdapterAPI } from './AdapterAPI';
|
||||
|
||||
export {
|
||||
PlayerConfig,
|
||||
ControlConfig,
|
||||
AdapterAPI,
|
||||
AdapterConfig,
|
||||
HLSOptions,
|
||||
DASHOptions,
|
||||
} from './PlayerConfig';
|
||||
} from './AdapterAPI';
|
||||
|
||||
export { PlayerConfig, ControlConfig } from './PlayerConfig';
|
||||
|
||||
export { PlayerEvents } from './PlaybackState';
|
||||
|
||||
Reference in New Issue
Block a user