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