UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 468 B
/// <reference types="react" /> import type { IInlineError } from './IInlineError'; /** * Inline errors are brief, in-context messages that tell merchants something went wrong with a single or group of inputs in a form. Use inline errors to help merchants understand why a form input may not be valid and how to fix it. */ declare function InlineError({ children, size, icon, colorIcon, className, ...props }: IInlineError): JSX.Element; export default InlineError;