UNPKG

@yunusemrejs/drag-drop-content-types-strapi5

Version:

A powerful Strapi plugin that enables intuitive drag-and-drop sorting of content types with real-time updates, optimized performance, and a seamless user experience.

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