@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
8 lines • 605 B
TypeScript
import { ArrayFieldDescriptionProps, FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
/** The `ArrayFieldDescriptionTemplate` component renders a `DescriptionFieldTemplate` with an `id` derived from
* the `fieldPathId`.
*
* @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