import BaseReactPlayer, { BaseReactPlayerProps } from './base'

export interface StreamablePlayerProps extends BaseReactPlayerProps {}

export default class StreamablePlayer extends BaseReactPlayer<StreamablePlayerProps> {}
