UNPKG

@conduction/components

Version:

React (Gatsby) components used within the Conduction Skeleton Application (and its implementations)

6 lines (5 loc) 178 B
/// <reference types="react" /> export interface IErrorMessageProps { message: string; } export declare const ErrorMessage: ({ message }: IErrorMessageProps) => JSX.Element;