UNPKG

jsx-readme

Version:

Generate Readme files with a React-like syntax and package.json-aware helpers.

10 lines (9 loc) 262 B
import { Component } from "jsx-md"; import { PackageJSON } from "../PackageJSON"; /** @internal */ interface Props { pkg: Readonly<PackageJSON>; } /** Display a heading with the package name */ export declare const TitleFromPkg: Component<Props>; export {};