UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Assist UI Components

9 lines 269 B
import { FC } from 'react'; export interface ErrorMessageProps { error: string | boolean; message?: string; onRetry?: () => void; className?: string; } export declare const ErrorMessage: FC<ErrorMessageProps>; //# sourceMappingURL=error-message.d.ts.map