@rjsf/core
Version:
A simple React component capable of building HTML forms out of a JSON schema.
4 lines • 321 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema, TemplatesType } from '@rjsf/utils';
declare function buttonTemplates<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): TemplatesType<T, S, F>['ButtonTemplates'];
export default buttonTemplates;
//# sourceMappingURL=index.d.ts.map