UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

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