UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

6 lines (5 loc) 254 B
import { RendererLike } from '@connectv/html'; import { GithubBtnOptions } from './types'; export declare function GithubButton(options: GithubBtnOptions, renderer: RendererLike<any, any>): HTMLElement; export * from './types'; export * from './search';