@rjsf/semantic-ui
Version:
Semantic UI theme, fields and widgets for react-jsonschema-form
6 lines (5 loc) • 460 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema } from '@rjsf/utils';
import { SemanticIconButtonProps } from '../IconButton/index.js';
/** 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>({ uiSchema, registry, color, ...props }: SemanticIconButtonProps<T, S, F>): import("react/jsx-runtime").JSX.Element;