UNPKG

docz-theme-default

Version:

The default theme of docz

7 lines (6 loc) 155 B
import { SFC } from 'react'; interface GithubLinkProps { repository: string; } export declare const GithubLink: SFC<GithubLinkProps>; export {};