export class MatTimeControlComponent {
  @Input() video: HTMLVideoElement;

  constructor() {}
}