UNPKG

@localazy/strapi-plugin

Version:

The official Strapi Plugin by Localazy.

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