UNPKG

solvice-vrp-components

Version:

React components library for visualizing VRP problems in Mintlify documentation

12 lines (11 loc) 440 B
export interface ErrorMessageProps { title: string; message: string; onRetry?: () => void; className?: string; } export declare function ErrorMessage({ title, message, onRetry, className }: ErrorMessageProps): import("react/jsx-runtime").JSX.Element; export interface APIKeyErrorProps { className?: string; } export declare function APIKeyError({ className }: APIKeyErrorProps): import("react/jsx-runtime").JSX.Element;