UNPKG

@knowmax/genericlist-fluentuiv9

Version:

Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.

10 lines (9 loc) 254 B
import { FunctionComponent } from 'react'; /** Displays error message. * @param error Error object or string. * @param title Optional title. */ export declare const ErrorMessage: FunctionComponent<{ error?: Error | string; title?: string; }>;