UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

8 lines (7 loc) 188 B
import { GithubBtnOptions } from './types'; export declare function defaults(options: GithubBtnOptions): { ariaLabel: string; label: string; link: string; icon: string; };