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.

9 lines (8 loc) 231 B
import type { Core } from '@strapi/strapi'; declare const _default: ({ strapi }: { strapi: Core.Strapi; }) => { getSettings(): Promise<unknown>; setSettings(settings: any): Promise<unknown>; }; export default _default;