UNPKG

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

Version:

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

6 lines (5 loc) 143 B
import type { Core } from '@strapi/strapi'; declare const destroy: ({ strapi }: { strapi: Core.Strapi; }) => void; export default destroy;