import { Button } from 'primereact/button'; import { FormContextType, IconButtonProps, RJSFSchema, StrictRJSFSchema, TranslatableString } from '@snups/rjsf-utils'; /** The `AddButton` renders a button that represents the `Add` action on a form */ export default function AddButton({ uiSchema, registry, color, ...props }: IconButtonProps) { const { translateString } = registry; return (