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) 214 B
import { FC } from 'react'; import { EnhancedCustomVideo } from '../../pages/HomePage'; interface LinksProps { video: EnhancedCustomVideo; } declare const LinksTable: FC<LinksProps>; export default LinksTable;