UNPKG

jsx-readme

Version:

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

10 lines (9 loc) 280 B
import { Component } from "jsx-md"; /** @internal */ interface Props { contributingFilePath?: string; title?: string; } /** Displays a contributing section based on optional contributing file path. */ export declare const ContributingSection: Component<Props>; export {};