UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

6 lines (5 loc) 207 B
import React from 'react'; export interface ErrorMessageProps { errorMessage: React.ReactNode; } export declare const ErrorMessage: (props: ErrorMessageProps) => import("react/jsx-runtime").JSX.Element;