UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

6 lines (5 loc) 218 B
import type { ApiError } from '../types.js'; export interface ApiErrorAlertProps { error: ApiError; } export declare const ApiErrorAlert: ({ error }: ApiErrorAlertProps) => import("react/jsx-runtime").JSX.Element;