UNPKG

docz-theme-default

Version:

The default theme of docz

7 lines (6 loc) 279 B
import * as React from 'react'; import { SFC } from 'react'; export declare const LinkStyled: import("styled-components").StyledComponent<"a", any, any, never>; declare type LinkProps = React.AnchorHTMLAttributes<any>; export declare const Link: SFC<LinkProps>; export {};