UNPKG

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

Version:

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

14 lines (13 loc) 246 B
/** * * Initializer * */ import PropTypes from 'prop-types'; declare const Initializer: { ({ setPlugin }: any): null; propTypes: { setPlugin: PropTypes.Validator<(...args: any[]) => any>; }; }; export default Initializer;