UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

8 lines (6 loc) 273 B
import { default as React } from 'react'; type Props = { children?: JSX.Element | JSX.Element[] | string | null; }; export declare const LinkExternal: ({ children, ...restProps }: Props & React.AnchorHTMLAttributes<HTMLAnchorElement>) => React.JSX.Element; export {};