UNPKG

react-base-guide

Version:

react ui components

5 lines (4 loc) 247 B
/// <reference types="react" /> import LinkProps from "./interface"; declare const Link: import("styled-components").StyledComponent<(props: LinkProps) => JSX.Element, import("styled-components").DefaultTheme, {}, never>; export default Link;