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.
6 lines (5 loc) • 324 B
TypeScript
export { default as CopyLinkButton } from './CopyLinkButton';
export { default as EditViewRightLinks } from './EditViewRightLinks';
export { default as ListViewColumn } from './ListViewColumn';
export { default as PreviewButton } from './PreviewButton';
export { default as PreviewButtonGroup } from './PreviewButtonGroup';