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.

10 lines (9 loc) 268 B
import type { Core } from '@strapi/strapi'; declare const controller: ({ strapi }: { strapi: Core.Strapi; }) => { welcome(ctx: any): Promise<void>; sortIndex(ctx: any): Promise<void>; batchUpdate(ctx: any): Promise<void>; }; export default controller;