UNPKG

@snups/rjsf-mantine

Version:

Mantine theme, fields and widgets for react-jsonschema-form

5 lines (4 loc) 375 B
import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema } from '@snups/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>(props: IconButtonProps<T, S, F>): import("react/jsx-runtime").JSX.Element;