UNPKG

@redocly/theme

Version:

Shared UI components lib

3 lines (2 loc) 148 B
import type { ToastContextValue } from '../../../core/types'; export declare const ToastContext: import("react").Context<ToastContextValue | null>;