UNPKG

strapi-plugin-preview-button

Version:

A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.

13 lines (12 loc) 239 B
declare const adminApiRoutes: { type: string; routes: { method: string; path: string; handler: string; config: { policies: string[]; }; }[]; }; export default adminApiRoutes;