UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 203 B
import type { ReactElement } from 'react'; import type { UCFormFieldErrProps } from '../lib/react/form.js'; export declare function UCFormFieldErr({ errMsg, }: UCFormFieldErrProps): ReactElement | null;