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.

9 lines (8 loc) 335 B
import { type PreviewButtonStateConfig } from '../../../server/src/config'; export declare const defaultRequiredConfig: { copy: boolean; openTarget: string; url: string; }; declare const getPublishStateConfig: (config: PreviewButtonStateConfig, data: any) => PreviewButtonStateConfig; export default getPublishStateConfig;