synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 799 B
TypeScript
import { ArrayFieldDescriptionProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
/** The `ArrayFieldDescriptionTemplate` component renders a `DescriptionFieldTemplate` with an `id` derived from
* the `idSchema`.
*
* Identical to @rjsf/core ArrayFieldDescriptionTemplate except this renders something if there is no description.
* Our description field also includes the type, so it should always be rendered.
* @param props - The `ArrayFieldDescriptionProps` for the component
*/
export default function ArrayFieldDescriptionTemplate<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: ArrayFieldDescriptionProps<T, S, F>): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=ArrayFieldDescriptionTemplate.d.ts.map