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.

17 lines (16 loc) 341 B
declare const _default: { register(app: any): void; bootstrap(app: any): void; registerTrads({ locales }: { locales: string[]; }): Promise<({ data: { [x: string]: string; }; locale: string; } | { data: {}; locale: string; })[]>; }; export default _default;