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) 193 B
import { FC } from 'react'; interface IAddVideoModalProps { close: () => void; update: () => void; } declare const AddVideoModal: FC<IAddVideoModalProps>; export default AddVideoModal;