UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

5 lines (4 loc) 159 B
export interface RefLinkProps { $ref?: string; } export declare const RefLink: ({ $ref }: RefLinkProps) => import("react/jsx-runtime").JSX.Element | null;