UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

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