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.

3 lines (2 loc) 116 B
declare const interpolate: (originalStr: string, data?: Record<string, any>) => string; export default interpolate;