@alauda/doom
Version:
Doctor Doom making docs.
8 lines (7 loc) • 348 B
TypeScript
import { type AnchorHTMLAttributes, type ReactNode } from 'react';
export interface ExternalSiteLinkProps extends AnchorHTMLAttributes<HTMLAnchorElement> {
name: string;
children: ReactNode;
}
export declare const ExternalSiteLink: (props: ExternalSiteLinkProps) => import("react/jsx-runtime").JSX.Element;
export default ExternalSiteLink;