UNPKG

react-styleguidist

Version:
13 lines (12 loc) 424 B
import React from 'react'; import { JssInjectedProps } from 'rsg-components/Styled'; interface LinkProps extends JssInjectedProps { children: React.ReactNode; className?: string; href?: string; target?: string; onClick?: () => void; } export declare const LinkRenderer: React.FunctionComponent<LinkProps>; declare const _default: React.ComponentType<Omit<LinkProps, "classes">>; export default _default;