UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 275 B
import type { ReactElement } from 'react'; import type { DataType } from '../../dt/index.js'; import type { UCFormFieldDescProps } from '../lib/react/form.js'; export declare function UCFormFieldHelp<T extends DataType>({ f, }: UCFormFieldDescProps<T>): ReactElement | null;