UNPKG

jsx-readme

Version:

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

8 lines (7 loc) 221 B
import { Component } from "jsx-md"; interface Props { codeOfConductFilePath?: string; } /** Work in progress for rendering the contributing file. */ export declare const ContributingFile: Component<Props>; export {};