@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
5 lines • 438 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, SubmitButtonProps } from '@rjsf/utils';
/** The `SubmitButton` renders a button that represent the `Submit` action on a form
*/
export default function SubmitButton<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>({ uiSchema }: SubmitButtonProps<T, S, F>): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=SubmitButton.d.ts.map