import { IThumbnail } from '@src/types'; import { Sprite } from '@src/ui/components/Sprite'; import { IInfo } from '@src/ui/types'; import { withState } from '@src/ui/withState'; import * as React from 'react'; interface CenterProps { seekingThumbnail?: IThumbnail; playOrPause(); toggleFullscreen(); } export const Center = withState((props: CenterProps) => { return (