UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

5 lines (4 loc) 259 B
import type { ReactElement } from "react"; import { type MessageProps } from "../notice/Message.js"; /** Show the "main" message for the form as a `<Message>` */ export declare function FormMessage(props: Omit<MessageProps, "children">): ReactElement | null;