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.

8 lines (7 loc) 273 B
import { type PreviewButtonPluginConfig } from '../../../server/src/config'; export interface UsePluginConfigReturn { data: PreviewButtonPluginConfig; isLoading: boolean; } declare const usePluginConfig: () => UsePluginConfigReturn; export default usePluginConfig;