UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

8 lines (7 loc) 439 B
import { CMS } from '../cms'; import { CmsInfo } from '../cms/cms-info'; import { ManageCms } from '../manage-cms'; import { ContentfulOptions } from '../plugin'; export declare function createCms(options: ContentfulOptions, errorReporting?: boolean): CMS; export declare function createManageCms(options: ContentfulOptions, errorReporting?: boolean): ManageCms; export declare function createCmsInfo(options: ContentfulOptions): CmsInfo;