export type { VideoPlayerProps } from './VideoPlayer.type';
export { VideoPlayer } from './VideoPlayer.container';
