fumadocs-ui
Version:
The framework for building a documentation website in Next.js
7 lines • 316 B
TypeScript
import { type AnchorHTMLAttributes } from 'react';
export declare function GithubInfo({ repo, owner, token, ...props }: AnchorHTMLAttributes<HTMLAnchorElement> & {
owner: string;
repo: string;
token?: string;
}): Promise<import("react/jsx-runtime").JSX.Element>;
//# sourceMappingURL=github-info.d.ts.map