Repository URL to install this package:
|
Version:
4.0.76 ▾
|
import { LinkProps } from './typings';
/**
* rendering a children, by default it renders the text
*/
declare function renderChildren(props: LinkProps): {};
/**
* rendering the Link
*/
declare function renderLink(props: LinkProps): JSX.Element;
export { renderLink, renderChildren };