UNPKG

@strawbinary-io/api-video-strapi-5-plugin

Version:

A powerful Strapi plugin to easily manage your videos and integrate them in your project

8 lines (7 loc) 229 B
import { FC } from 'react'; import { EnhancedCustomVideo } from '../../../pages/HomePage'; interface IPlayerViewProps { video: EnhancedCustomVideo; } declare const PlayerView: FC<IPlayerViewProps>; export default PlayerView;