UNPKG

@rjsf/core

Version:

A simple React component capable of building HTML forms out of a JSON schema.

5 lines 450 B
import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils'; /** The `AddButton` renders a button that represent the `Add` action on a form */ export default function AddButton<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ id, className, onClick, disabled, registry, }: IconButtonProps<T, S, F>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AddButton.d.ts.map