UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

11 lines (10 loc) 258 B
import { default as React } from 'react'; type ErrorMessageProps = { errorId: string; visible?: boolean; message?: string; testId?: string; className?: string; }; export declare const ErrorMessage: React.FC<ErrorMessageProps>; export {};