Files
VideoPlayer/src/types/index.ts
db123 f284ea494c chore: changed the position of types
now the types related to adapters are inside AdapterAPI type file
2026-04-29 23:09:02 +03:30

11 lines
204 B
TypeScript

export {
AdapterAPI,
AdapterConfig,
HLSOptions,
DASHOptions,
} from './AdapterAPI';
export { PlayerConfig, ControlConfig } from './PlayerConfig';
export { PlayerEvents } from './PlaybackState';