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 PreviewButtonServices } from '../services'; declare const getService: <TName extends "config">(name: TName) => PreviewButtonServices[TName]; export default getService;