UNPKG

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

Version:

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

7 lines (6 loc) 154 B
import { FC } from 'react'; interface IAddButtonProps { update: () => void; } declare const AddButton: FC<IAddButtonProps>; export default AddButton;