UNPKG

jsx-md

Version:

Generate markdown files with a React-like syntax.

13 lines (12 loc) 276 B
import { Component, PropsWithChildren } from ".."; /** * Renders a group of tags to markdown. * @example * ```js * render(<Fragment>Test1{'/n'}Test2</Fragment>) * === * `Test1 * Test2` * ``` */ export declare const Fragment: Component<PropsWithChildren>;