UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 259 B
export type MarkdownLinkClickHandler = (href: string) => void; export type MarkdownLinkContextValue = { onMarkdownLinkClick?: MarkdownLinkClickHandler; }; export declare const MarkdownLinkContext: import("react").Context<MarkdownLinkContextValue | null>;