UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

7 lines (6 loc) 177 B
import type { FC } from 'react'; export interface ExternalSiteProps { name: string; } export declare const ExternalSite: FC<ExternalSiteProps>; export default ExternalSite;