UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 273 B
import type { Plugin } from 'unified'; /** * Converts MD "++Some text++" to inserted text element rendered in HTML as <ins>Some text</ins> * https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/ins */ export declare const plusPlusToEmphasis: Plugin<[]>;