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