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.

4 lines (3 loc) 182 B
import { type PreviewButtonStateConfig } from '../../../server/src/config'; declare const parseUrl: (config: PreviewButtonStateConfig, data: any) => string; export default parseUrl;