UNPKG

jsx-md

Version:

Generate markdown files with a React-like syntax.

11 lines (10 loc) 220 B
import { Component, PropsWithChildren } from ".."; /** * @example * ```js * render(<InlineCode>Test</InlineCode>) * === * '`Test`' * ``` */ export declare const InlineCode: Component<PropsWithChildren>;