@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
11 lines (10 loc) • 336 B
TypeScript
import { MarkUp, MarkupType, Token, TokenType } from './markup';
export declare class WhatsApp extends MarkUp {
type: MarkupType;
STRONG: string;
EMPHASIS: string;
constructor();
parse(_txt: string): Token[];
renderToken(token: Token): string;
wrapWithInline(input: string, inlineType: TokenType): string;
}