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.

5 lines (4 loc) 121 B
declare const previewButtonController: { config(ctx: any): Promise<void>; }; export default previewButtonController;