@anikitenko/bp5-rjsf-theme
Version:
BlueprintJS 5 theme for React JSON Schema Form
8 lines (7 loc) • 440 B
TypeScript
import { FieldTemplateProps } from "@rjsf/utils";
/** The `FieldTemplate` component is the template used by `SchemaField` to render any field. It renders the field
* content, (label, description, children, errors and help) inside a `WrapIfAdditional` component.
*
* @param props - The `FieldTemplateProps` for this component
*/
export declare const FieldTemplate: (props: FieldTemplateProps) => import("react/jsx-runtime").JSX.Element;