UNPKG

@catho/quantum

Version:
12 lines (9 loc) 265 B
import {FC, HTMLAttributes } from "react"; interface ErrorMessageProps extends HTMLAttributes<HTMLSpanElement>{ theme?: { spacing?: object; colors?: object; } } declare const ErrorMessage: FC<ErrorMessageProps>; export default ErrorMessage;