jsx-readme
Version:
Generate Readme files with a React-like syntax and package.json-aware helpers.
12 lines (11 loc) • 390 B
TypeScript
import { Component } from "jsx-md";
import { PackageJSON } from "../../PackageJSON";
/** @internal */
interface Props {
suggestionLabel?: string;
year?: number;
pkg: Readonly<PackageJSON>;
}
/** Display a badge showing which open-source projects are participating in Hacktoberfest via https://shields.io/ */
export declare const HacktoberfestBadge: Component<Props>;
export {};