chore: changed the position of types

now the types related to adapters are inside AdapterAPI type file
This commit is contained in:
2026-04-29 23:09:02 +03:30
parent 9d8c65382d
commit f284ea494c
3 changed files with 20 additions and 19 deletions

View File

@@ -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';